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 | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
SJIS-WIN | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
EUC-JP | ??????@B | 0011111100111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f3f4042 |
UTF-8 | 챈쨍짝챠혪쩔@B | 1110110010110001100010001110110010101000100011011110110010100111100111011110110010110001101000001110110110011000101010101110110010101001100101000100000001000010 | ecb188eca88deca79decb1a0ed98aaeca9944042 |
UHC | 챈쨍짝챠혪쩔@B | 1100001110100110110000101011100011000010101001101100001110101101110000101001001011000010101111110100000001000010 | c3a6c2b8c2a6c3adc292c2bf4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)