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 | 11100100110111111110000011011001111001001010111101000001 | e4dfe0d9e4af41 |
| EUC-JP | 葹獻莟A | 11101000111000011110000011011011111010001011000101000001 | e8e1e0dbe8b141 |
| UTF-8 | 葹獻莟A | 11101000100100011011100111100111100011011011101111101000100011101001111101000001 | e891b9e78dbbe88e9f41 |
| UHC | ?獻?A | 0011111111111010110011000011111101000001 | 3ffacc3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)