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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 壓?¨義 | 10011010110110000011111110000001010011101000101101100000 | 9ad83f814e8b60 |
EUC-JP | 壓?¨義 | 11010100110110100011111110100001101011111011010111000001 | d4da3fa1afb5c1 |
UTF-8 | 壓꾨¨義 | 1110010110100011100100111110101010111110101010001100001010101000111001111011111010101001 | e5a393eabea8c2a8e7bea9 |
UHC | 壓꾨¨義 | 1110010011100010100001001110101110100001101001111110101111111001 | e4e284eba1a7ebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)