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 | 00111111001111110100110000111111001111110100110001000010 | 3f3f4c3f3f4c42 |
| SJIS-WIN | ??L??LB | 00111111001111110100110000111111001111110100110001000010 | 3f3f4c3f3f4c42 |
| EUC-JP | ??L??LB | 00111111001111110100110000111111001111110100110001000010 | 3f3f4c3f3f4c42 |
| UTF-8 | 룵₃L룵₃LB | 111010111010001110110101111000101000001010000011010011001110101110100011101101011110001010000010100000110100110001000010 | eba3b5e282834ceba3b5e282834c42 |
| UHC | 룵₃L룵₃LB | 1000111110101010101010011111110101001100100011111010101010101001111111010100110001000010 | 8faaa9fd4c8faaa9fd4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)