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 | ?C??e^ | 001111110100001100111111001111110110010101011110 | 3f433f3f655e |
SJIS-WIN | ?C??e^ | 001111110100001100111111001111110110010101011110 | 3f433f3f655e |
EUC-JP | ?C??e^ | 001111110100001100111111001111110110010101011110 | 3f433f3f655e |
UTF-8 | 체C횪횛e^ | 111011001011001010110100010000111110110110011010101010101110110110011010100110110110010101011110 | ecb2b443ed9aaaed9a9b655e |
UHC | 체C횪횛e^ | 110000111011110001000011110000111010000011000011100101010110010101011110 | c3bc43c3a0c395655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)