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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑚陌?? | 100011001110100011101000100110010011111100111111 | 8ce8e8993f3f |
EUC-JP | 瑚陌?? | 101110001110101011101111111110010011111100111111 | b8eaeff93f3f |
UTF-8 | 瑚陌렦렍 | 111001111001000110011010111010011001100110001100111010111010000010100110111010111010000010001101 | e7919ae9998ceba0a6eba08d |
UHC | 瑚陌렦렍 | 1111101111010001110110001110100010001110101101011000111010100011 | fbd1d8e88eb58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)