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 | 1110110010110001101001101110110010101001100100001110110110011000100101111110110010110001100101011110110110011000100101101110110110011000101011000110110001101000 | ecb1a6eca990ed9897ecb195ed9896ed98ac6c68 |
UHC | 챦쩐혗챕혖혬lh | 1100001110101111110000101011111011000010100000101100001110101001110000101000000111000010100101000110110001101000 | c3afc2bec282c3a9c281c2946c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)