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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 尸瀁? | 1001101110011001111000000110011000111111 | 9b99e0663f |
| EUC-JP | 尸瀁? | 1101010111111001110111111100011100111111 | d5f9dfc73f |
| UTF-8 | 尸瀁쀆 | 111001011011000010111000111001111000000010000001111011001000000010000110 | e5b0b8e78081ec8086 |
| UHC | 尸瀁쀆 | 111000111011100111100101110010001001011111000110 | e3b9e5c897c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)