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 | 0011111100111111100010101110011101000111 | 3f3f8ae747 |
| EUC-JP | 棅馹顔G | 100011111100001111111011100011111110100110100001101101001110100101000111 | 8fc3fb8fe9a1b4e947 |
| UTF-8 | 棅馹顔G | 11100110101000111000010111101001101001101011100111101001101000011001010001000111 | e6a385e9a6b9e9a19447 |
| UHC | 棅馹顔G | 11011100101110001110110011110001111001001101010001000111 | dcb8ecf1e4d447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)