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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 矣⑥?B | 111000011110000110000111010001010011111101000010 | e1e187453f42 |
| EUC-JP | 矣??B | 1110001011100011001111110011111101000010 | e2e33f3f42 |
| UTF-8 | 矣⑥슚B | 11100111100111111010001111100010100100011010010111101100100010101001101001000010 | e79fa3e291a5ec8a9a42 |
| UHC | 矣⑥슚B | 11101011111110001010100011101100100110101010100001000010 | ebf8a8ec9aa842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)