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` | 10010010010001001000110001100000 | 92448c60 |
SJIS-WIN | ?D?` | 00111111010001000011111101100000 | 3f443f60 |
EUC-JP | ?D?` | 00111111010001000011111101100000 | 3f443f60 |
UTF-8 | D` | 110000101001001001000100110000101000110001100000 | c29244c28c60 |
UHC | ?D?` | 00111111010001000011111101100000 | 3f443f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)