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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 鼠?E | 10010001011011000011111101000101 | 916c3f45 |
EUC-JP | 鼠?E | 11000001110011010011111101000101 | c1cd3f45 |
UTF-8 | 鼠몃E | 11101001101111001010000011101011101010101000001101000101 | e9bca0ebaa8345 |
UHC | 鼠몃E | 1110000010101001101110001110101101000101 | e0a9b8eb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)