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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 縊??B | 1110001101101111001111110011111101000010 | e36f3f3f42 |
| EUC-JP | 縊??B | 1110010111010000001111110011111101000010 | e5d03f3f42 |
| UTF-8 | 縊졾옞B | 11100111101110001000101011101100101000011011111011101100100110001001111001000010 | e7b88aeca1beec989e42 |
| UHC | 縊졾옞B | 11100100111111001010000011100101100111101010000001000010 | e4fca0e59ea042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)