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 | ç²Lh | 11100111101100100100110001101000 | e7b24c68 |
SJIS-WIN | ??Lh | 00111111001111110100110001101000 | 3f3f4c68 |
EUC-JP | ç?Lh | 100011111010101110101110001111110100110001101000 | 8fabae3f4c68 |
UTF-8 | ç²Lh | 110000111010011111000010101100100100110001101000 | c3a7c2b24c68 |
UHC | ?²Lh | 0011111110101001111101110100110001101000 | 3fa9f74c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)