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 | 10010010101000101001010111111001100011010101010101000001 | 92a295f98d5541 |
| EUC-JP | 弔捧攻A | 11000100101001001100101011111011101110011011011001000001 | c4a4cafbb9b641 |
| UTF-8 | 弔捧攻A | 11100101101111001001010011100110100011011010011111100110100101001011101101000001 | e5bc94e68da7e694bb41 |
| UHC | 弔捧攻A | 11110000110000001101110011101001110011011111010001000001 | f0c0dce9cdf441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)