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 | 垣矜顆 | 100010100101111111100001111000001110100011110111 | 8a5fe1e0e8f7 |
| EUC-JP | 垣矜顆 | 101100111100000011100010111000101111000011111001 | b3c0e2e2f0f9 |
| UTF-8 | 垣矜顆 | 111001011001111010100011111001111001111110011100111010011010000110000110 | e59ea3e79f9ce9a186 |
| UHC | 垣矜顆 | 111010101010111111010000111010001100111010101000 | eaafd0e8cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)