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 | 00111111001111110011111101000111 | 3f3f3f47 |
| EUC-JP | ??潚G | 001111110011111110001111110010001101101001000111 | 3f3f8fc8da47 |
| UTF-8 | 롍렍潚G | 11101011101000011000110111101011101000001000110111100110101111011001101001000111 | eba18deba08de6bd9a47 |
| UHC | 롍렍潚G | 10001110110100111000111010100011111000101101100001000111 | 8ed38ea3e2d847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)