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 | 0011111100111111100011110110011001000001 | 3f3f8f6641 |
| EUC-JP | 鉥?叔A | 10001111111000111110100000111111101111011100011101000001 | 8fe3e83fbdc741 |
| UTF-8 | 鉥왃叔A | 11101001100010011010010111101100100110011000001111100101100011111001010001000001 | e989a5ec9983e58f9441 |
| UHC | 鉥왃叔A | 11100010111111001001111010110110111000101101001001000001 | e2fc9eb6e2d241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)