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^ | 11100101011001000100010011100101011001000100010001011110 | e56444e564445e |
EUC-JP | 蘚D蘚D^ | 11101001110001010100010011101001110001010100010001011110 | e9c544e9c5445e |
UTF-8 | 蘚D蘚D^ | 111010001001100010011010010001001110100010011000100110100100010001011110 | e8989a44e8989a445e |
UHC | 蘚D蘚D^ | 11100000110100000100010011100000110100000100010001011110 | e0d044e0d0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)