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 | 111001011011000010001111010011011110010110110000100011110100110101000010 | e5b08f4de5b08f4d42 |
| EUC-JP | 蟆舟蟆舟B | 111010101011001010111101101011101110101010110010101111011010111001000010 | eab2bdaeeab2bdae42 |
| UTF-8 | 蟆舟蟆舟B | 11101000100111111000011011101000100010001001111111101000100111111000011011101000100010001001111101000010 | e89f86e8889fe89f86e8889f42 |
| UHC | ?舟?舟B | 00111111111100011100011100111111111100011100011101000010 | 3ff1c73ff1c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)