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 | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
SJIS-WIN | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
EUC-JP | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
UTF-8 | 숥CD숥CD^ | 1110110010001000101001010100001101000100111011001000100010100101010000110100010001011110 | ec88a54344ec88a543445e |
UHC | 숥CD숥CD^ | 100110100100001001000011010001001001101001000010010000110100010001011110 | 9a4243449a4243445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)