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 | 滔价 | 10011111111010111001100011000001 | 9feb98c1 |
EUC-JP | 滔价 | 11011110111011011101000011000011 | deedd0c3 |
UTF-8 | 滔价 | 111001101011101110010100111001001011101110110111 | e6bb94e4bbb7 |
UHC | 滔价 | 11010100101001011100101111000000 | d4a5cbc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)