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 | 001111110011111101000111 | 3f3f47 |
| SJIS-WIN | 但束G | 1001001001000001100100011010100101000111 | 924191a947 |
| EUC-JP | 但束G | 1100001110100010110000101010101101000111 | c3a2c2ab47 |
| UTF-8 | 但束G | 11100100101111011000011011100110100111011001111101000111 | e4bd86e69d9f47 |
| UHC | 但束G | 1101001110100011111000011101011001000111 | d3a3e1d647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)