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 | îLîLB | 111011101001011010001111010011001110111010010110100011110100110001000010 | ee968f4cee968f4c42 |
| SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| EUC-JP | î??Lî??LB | 10001111101010111100001000111111001111110100110010001111101010111100001000111111001111110100110001000010 | 8fabc23f3f4c8fabc23f3f4c42 |
| UTF-8 | îLîLB | 110000111010111011000010100101101100001010001111010011001100001110101110110000101001011011000010100011110100110001000010 | c3aec296c28f4cc3aec296c28f4c42 |
| UHC | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)