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 | 鍔蒟 | 10010010110101011110010011100101 | 92d5e4e5 |
EUC-JP | 鍔蒟 | 11000100110101111110100011100111 | c4d7e8e7 |
UTF-8 | 鍔蒟 | 111010011000110110010100111010001001001010011111 | e98d94e8929f |
UHC | 鍔? | 111001001100100000111111 | e4c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)