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 | 100011111110001111100001101111001010110001000111 | 8fe3e1bcac47 |
| EUC-JP | 上眈ャG | 10111110111001011110001010111110100011101010110001000111 | bee5e2be8eac47 |
| UTF-8 | 上眈ャG | 11100100101110001000101011100111100111001000100011101111101111011010110001000111 | e4b88ae79c88efbdac47 |
| UHC | 上眈?G | 110111111011111011110111101011110011111101000111 | dfbef7af3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)