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 | 奠蝎碼 | 100110101111100111100101100110011110000111111001 | 9af9e599e1f9 |
EUC-JP | 奠蝎碼 | 110101001111101111101001111110011110001011111011 | d4fbe9f9e2fb |
UTF-8 | 奠蝎碼 | 111001011010010110100000111010001001110110001110111001111010001010111100 | e5a5a0e89d8ee7a2bc |
UHC | 奠蝎碼 | 111011101111010111001010111010011101100010100111 | eef5cae9d8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)