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 | 豌旧岡 | 111001101011000010001011100011001000100110101010 | e6b08b8c89aa |
EUC-JP | 豌旧岡 | 111011001011001010110101111011001011001010101100 | ecb2b5ecb2ac |
UTF-8 | 豌旧岡 | 111010001011000110001100111001101001011110100111111001011011001010100001 | e8b18ce697a7e5b2a1 |
UHC | 豌?岡 | 1110100011010101001111111100101110101010 | e8d53fcbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)