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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 챗챈짜책짚짯e^ | 1110110010110001100101111110110010110001100010001110110010100111100111001110110010110001100001011110110010100111100110101110110010100111101011110110010101011110 | ecb197ecb188eca79cecb185eca79aeca7af655e |
UHC | 챗챈짜책짚짯e^ | 1100001110101010110000111010011011000010101001011100001110100101110000101010010011000010101011010110010101011110 | c3aac3a6c2a5c3a5c2a4c2ad655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)