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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮矩。 | 1110100110011011100010111110100110100001 | e99b8be9a1 |
EUC-JP | 髮矩。 | 111100011111101110110110111010111000111010100001 | f1fbb6eb8ea1 |
UTF-8 | 髮矩。 | 111010011010101110101110111001111001111110101001111011111011110110100001 | e9abaee79fa9efbda1 |
UHC | 髮矩? | 1101101110100101110011111011101100111111 | dba5cfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)