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 | 0011111101101000 | 3f68 |
SJIS-WIN | エh | 100000110100011101101000 | 834768 |
EUC-JP | エh | 101001011010100001101000 | a5a868 |
UTF-8 | エh | 11100011100000101010100001101000 | e382a868 |
UHC | エh | 101010111010100001101000 | aba868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)