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 | 0011111100111111001111110110110001101000 | 3f3f3f6c68 |
SJIS-WIN | ???lh | 0011111100111111001111110110110001101000 | 3f3f3f6c68 |
EUC-JP | 旿??lh | 10001111110000011111010000111111001111110110110001101000 | 8fc1f43f3f6c68 |
UTF-8 | 旿싷슛lh | 1110011010010111101111111110110010001011101101111110110010001010100110110110110001101000 | e697bfec8bb7ec8a9b6c68 |
UHC | 旿싷슛lh | 1110011111111010100110101110111110111101101110000110110001101000 | e7fa9aefbdb86c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)