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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
EUC-JP | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
UTF-8 | 숥WD숥WD^ | 1110110010001000101001010101011101000100111011001000100010100101010101110100010001011110 | ec88a55744ec88a557445e |
UHC | 숥WD숥WD^ | 100110100100001001010111010001001001101001000010010101110100010001011110 | 9a4257449a4257445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)