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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 怐韈韜I | 10011100100000011110100011100111111010001110100101001001 | 9c81e8e7e8e949 |
EUC-JP | 怐韈韜I | 11010111111000011111000011101001111100001110101101001001 | d7e1f0e9f0eb49 |
UTF-8 | 怐韈韜I | 11100110100000001001000011101001100111111000100011101001100111111001110001001001 | e68090e99f88e99f9c49 |
UHC | ??韜I | 0011111100111111110101001011011101001001 | 3f3fd4b749 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)