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 | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
SJIS-WIN | ??????lh | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
EUC-JP | ??????lh | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
UTF-8 | 챔혵혳챦쩍쨍lh | 1110110010110001100101001110110110011000101101011110110110011000101100111110110010110001101001101110110010101001100011011110110010101000100011010110110001101000 | ecb194ed98b5ed98b3ecb1a6eca98deca88d6c68 |
UHC | 챔혵혳챦쩍쨍lh | 1100001110101000110000101001110011000010100110101100001110101111110000101011110111000010101110000110110001101000 | c3a8c29cc29ac3afc2bdc2b86c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)