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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ア蒿ァ | 10110001111001001110010010100111 | b1e4e4a7 |
| EUC-JP | ア蒿ァ | 100011101011000111101000111001101000111010100111 | 8eb1e8e68ea7 |
| UTF-8 | ア蒿ァ | 111011111011110110110001111010001001001010111111111011111011110110100111 | efbdb1e892bfefbda7 |
| UHC | ?蒿? | 00111111111110111101101000111111 | 3ffbda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)