To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ョ?影?? | 0011111110000011100001110011111110001001011001010011111100111111 | 3f83873f89653f3f |
EUC-JP | 縯ョ?影?? | 10001111110101001100101110100101111001110011111110110001110001100011111100111111 | 8fd4cba5e73fb1c63f3f |
UTF-8 | 縯ョㅊ影졾폀 | 111001111011100010101111111000111000001110100111111000111000010110001010111001011011110110110001111011001010000110111110111011011000111110000000 | e7b8afe383a7e3858ae5bdb1eca1beed8f80 |
UHC | 縯ョㅊ影졾폀 | 111001101110000010101011111001111010010010111010111001111010111110100000111001011011110010001111 | e6e0abe7a4bae7afa0e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)