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 | 蔗常洲 | 111001001111001010001111111011011000111101000110 | e4f28fed8f46 |
| EUC-JP | 蔗常洲 | 111010001111010010111110111011111011110110100111 | e8f4beefbda7 |
| UTF-8 | 蔗常洲 | 111010001001010010010111111001011011100010111000111001101011010010110010 | e89497e5b8b8e6b4b2 |
| UHC | 蔗常洲 | 111011011011110111011111110010001111000110111101 | edbddfc8f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)