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 | 諍陌?? | 111001100111100111101000100110010011111100111111 | e679e8993f3f |
EUC-JP | 諍陌?? | 111010111101101011101111111110010011111100111111 | ebdaeff93f3f |
UTF-8 | 諍陌렦렍 | 111010001010101110001101111010011001100110001100111010111010000010100110111010111010000010001101 | e8ab8de9998ceba0a6eba08d |
UHC | 諍陌렦렍 | 1110111010110101110110001110100010001110101101011000111010100011 | eeb5d8e88eb58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)