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 | ??Ø | 001111110011111111011000 | 3f3fd8 |
SJIS-WIN | 營?? | 10011010011110100011111100111111 | 9a7a3f3f |
EUC-JP | 營?Ø | 110100111101101100111111100011111010100110101100 | d3db3f8fa9ac |
UTF-8 | 營롳Ø | 1110011110000111100111111110101110100001101100111100001110011000 | e7879feba1b3c398 |
UHC | 營롳Ø | 111001111011110110001110111011111010100010101010 | e7bd8eefa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)