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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈昇瑟 | 100011101101111110001111101110001110000011101100 | 8edf8fb8e0ec |
EUC-JP | 釈昇瑟 | 101111001110000110111110101110101110000011101110 | bce1bebae0ee |
UTF-8 | 釈昇瑟 | 111010011000011110001000111001101001100010000111111001111001000110011111 | e98788e69887e7919f |
UHC | ?昇瑟 | 0011111111100011101100001110001110100010 | 3fe3b0e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)