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 | 1000100011000001001111110011111101000111 | 88c13f3f47 |
| EUC-JP | 庵??G | 1011000011000011001111110011111101000111 | b0c33f3f47 |
| UTF-8 | 庵됲뢐G | 11100101101110101011010111101011100100001011001011101011101000101001000001000111 | e5bab5eb90b2eba29047 |
| UHC | 庵됲뢐G | 11100100110111011000100111101101100011110100101101000111 | e4dd89ed8f4b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)