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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | ??惡G | 0011111100111111100111001010011001000111 | 3f3f9ca647 |
| EUC-JP | ??惡G | 0011111100111111110110001010100001000111 | 3f3fd8a847 |
| UTF-8 | 롍렍惡G | 11101011101000011000110111101011101000001000110111100110100000111010000101000111 | eba18deba08de683a147 |
| UHC | 롍렍惡G | 10001110110100111000111010100011111001001100001001000111 | 8ed38ea3e4c247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)