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 | 譽倣鰡 | 111001101010001110010101111011011110100111011101 | e6a395ede9dd |
EUC-JP | 譽倣鰡 | 111011001010010111001010111011111111001011011111 | eca5caeff2df |
UTF-8 | 譽倣鰡 | 111010001010110110111101111001011000000010100011111010011011000010100001 | e8adbde580a3e9b0a1 |
UHC | 譽倣? | 1110011111100010110110111010011100111111 | e7e2dba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)