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 | 蠻門盒 | 111001011100010110010110111001011110000110110100 | e5c596e5e1b4 |
EUC-JP | 蠻門盒 | 111010101100011111001100111001111110001010110110 | eac7cce7e2b6 |
UTF-8 | 蠻門盒 | 111010001010000010111011111010011001011010000000111001111001101110010010 | e8a0bbe99680e79b92 |
UHC | 蠻門盒 | 110110001100000111011010101001101111100111101100 | d8c1daa6f9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)