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 | 隲滄岫 | 111010001010101110011111111010011001101110101011 | e8ab9fe99bab |
EUC-JP | 隲滄岫 | 111100001010110111011110111010111101011010101101 | f0addeebd6ad |
UTF-8 | 隲滄岫 | 111010011001101010110010111001101011101110000100111001011011001010101011 | e99ab2e6bb84e5b2ab |
UHC | ?滄岫 | 0011111111110011111001111110000111111011 | 3ff3e7e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)