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 | 滔唳 | 10011111111010111001101001011001 | 9feb9a59 |
EUC-JP | 滔唳 | 11011110111011011101001110111010 | deedd3ba |
UTF-8 | 滔唳 | 111001101011101110010100111001011001010010110011 | e6bb94e594b3 |
UHC | 滔? | 110101001010010100111111 | d4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)