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 | ??Ze | 00111111001111110101101001100101 | 3f3f5a65 |
| SJIS-WIN | ?}Ze | 0011111110000001011100000101101001100101 | 3f81705a65 |
| EUC-JP | ?}Ze | 0011111110100001110100010101101001100101 | 3fa1d15a65 |
| UTF-8 | 룵}Ze | 1110101110100011101101011110111110111101100111010101101001100101 | eba3b5efbd9d5a65 |
| UHC | 룵}Ze | 100011111010101010100011111111010101101001100101 | 8faaa3fd5a65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)