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 | 1110001101101111001111110011111101000001 | e36f3f3f41 |
| EUC-JP | 縊??A | 1110010111010000001111110011111101000001 | e5d03f3f41 |
| UTF-8 | 縊좂쑘A | 11100111101110001000101011101100101000101000001011101100100100011001100001000001 | e7b88aeca282ec919841 |
| UHC | 縊좂쑘A | 11100100111111001010000011100111100111001011011101000001 | e4fca0e79cb741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)