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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
UTF-8 | 렰렟렢렗h렰렟 | 11101011101000001011000011101011101000001001111111101011101000001010001011101011101000001001011101101000111010111010000010110000111010111010000010011111 | eba0b0eba09feba0a2eba09768eba0b0eba09f |
UHC | 렰렟렢렗h렰렟 | 10001110101111011000111010110000100011101011001110001110101011000110100010001110101111011000111010110000 | 8ebd8eb08eb38eac688ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)