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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 怐韈韜@h | 1001110010000001111010001110011111101000111010010100000001101000 | 9c81e8e7e8e94068 |
EUC-JP | 怐韈韜@h | 1101011111100001111100001110100111110000111010110100000001101000 | d7e1f0e9f0eb4068 |
UTF-8 | 怐韈韜@h | 1110011010000000100100001110100110011111100010001110100110011111100111000100000001101000 | e68090e99f88e99f9c4068 |
UHC | ??韜@h | 001111110011111111010100101101110100000001101000 | 3f3fd4b74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)