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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 譎、]H | 1110011010011001101001000101110101001000 | e699a45d48 |
EUC-JP | 譎、]H | 111010111111100110001110101001000101110101001000 | ebf98ea45d48 |
UTF-8 | 譎、]H | 1110100010101101100011101110111110111101101001000101110101001000 | e8ad8eefbda45d48 |
UHC | 譎?]H | 1111110111010010001111110101110101001000 | fdd23f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)