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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 珩? | 10001111110010111111011100111111 | 8fcbf73f |
UTF-8 | 珩펠 | 111001111000111110101001111011011000111010100000 | e78fa9ed8ea0 |
UHC | 珩펠 | 11111011101010001100011011100111 | fba8c6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)