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 | 10011001100111011000110101101101100011010101010101000001 | 999d8d6d8d5541 |
| EUC-JP | 劑肯攻A | 11010001111111011011100111001110101110011011011001000001 | d1fdb9ceb9b641 |
| UTF-8 | 劑肯攻A | 11100101100010101001000111101000100000101010111111100110100101001011101101000001 | e58a91e882afe694bb41 |
| UHC | 劑肯攻A | 11110000101001011101000011101001110011011111010001000001 | f0a5d0e9cdf441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)