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 | 載淡 | 10001101110110101001001001010111 | 8dda9257 |
EUC-JP | 載淡 | 10111010110111001100001110111000 | badcc3b8 |
UTF-8 | 載淡 | 111010001011110010001001111001101011011110100001 | e8bc89e6b7a1 |
UHC | 載淡 | 11101110101100001101001110111111 | eeb0d3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)