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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 莊D莊D^ | 11100100101101010100010011100100101101010100010001011110 | e4b544e4b5445e |
EUC-JP | 莊D莊D^ | 11101000101101110100010011101000101101110100010001011110 | e8b744e8b7445e |
UTF-8 | 莊D莊D^ | 111010001000111010001010010001001110100010001110100010100100010001011110 | e88e8a44e88e8a445e |
UHC | 莊D莊D^ | 11101101111101100100010011101101111101100100010001011110 | edf644edf6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)