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 | 腺汪 | 10010001010000101001111110001010 | 91429f8a |
EUC-JP | 腺汪 | 11000001101000111101110111101010 | c1a3ddea |
UTF-8 | 腺汪 | 111010001000010110111010111001101011000110101010 | e885bae6b1aa |
UHC | 腺汪 | 11100000110011011110100011011100 | e0cde8dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)