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^ | 10010000100100000100010010010000100100000100010001011110 | 9090449090445e |
EUC-JP | 瑞D瑞D^ | 10111111111100000100010010111111111100000100010001011110 | bff044bff0445e |
UTF-8 | 瑞D瑞D^ | 111001111001000110011110010001001110011110010001100111100100010001011110 | e7919e44e7919e445e |
UHC | 瑞D瑞D^ | 11011111111110100100010011011111111110100100010001011110 | dffa44dffa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)