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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 壬?腸?B | 10010000011100000011111110010010101100000011111101000010 | 90703f92b03f42 |
| EUC-JP | 壬?腸?B | 10111111110100010011111111000100101100100011111101000010 | bfd13fc4b23f42 |
| UTF-8 | 壬렡腸렡B | 11100101101000111010110011101011101000001010000111101000100001011011100011101011101000001010000101000010 | e5a3aceba0a1e885b8eba0a142 |
| UHC | 壬렡腸렡B | 111011001111001110001110101100101110110111110011100011101011001001000010 | ecf38eb2edf38eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)