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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 維?ぞA | 100010001101101100111111100000101011110001000001 | 88db3f82bc41 |
| EUC-JP | 維?ぞA | 101100001101110100111111101001001011111001000001 | b0dd3fa4be41 |
| UTF-8 | 維녿ぞA | 11100111101101101010110111101011100001011011111111100011100000011001111001000001 | e7b6adeb85bfe3819e41 |
| UHC | 維녿ぞA | 11101011101010111000011011101011101010101011111001000001 | ebab86ebaabe41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)