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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 岳〓 | 10001010011110001000000110101100 | 8a7881ac |
EUC-JP | 岳〓 | 10110011110110011010001010101110 | b3d9a2ae |
UTF-8 | 岳〓 | 111001011011001010110011111000111000000010010011 | e5b2b3e38093 |
UHC | 岳〓 | 11100100101111111010000111101011 | e4bfa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)