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 | 11100010111111001001111010110110111000110111010001000001 | e2fc9eb6e37441 |
| EUC-JP | 紆楔縟A | 11100100111111101101110010111000111001011101010101000001 | e4fedcb8e5d541 |
| UTF-8 | 紆楔縟A | 11100111101101001000011011100110101001011001010011100111101110001001111101000001 | e7b486e6a594e7b89f41 |
| UHC | 紆楔縟A | 11101001111000011110000011011011111010011011001001000001 | e9e1e0dbe9b241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)