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^ | 11100100101011110100010011100100101011110100010001011110 | e4af44e4af445e |
EUC-JP | 莟D莟D^ | 11101000101100010100010011101000101100010100010001011110 | e8b144e8b1445e |
UTF-8 | 莟D莟D^ | 111010001000111010011111010001001110100010001110100111110100010001011110 | e88e9f44e88e9f445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)