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 | 蛛珎猾 | 111001011000000111100000110111011110000011001111 | e581e0dde0cf |
| EUC-JP | 蛛珎猾 | 111010011110000111100000110111111110000011010001 | e9e1e0dfe0d1 |
| UTF-8 | 蛛珎猾 | 111010001001101110011011111001111000111110001110111001111000110010111110 | e89b9be78f8ee78cbe |
| UHC | 蛛?猾 | 1111000111001000001111111111110011000010 | f1c83ffcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)