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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮矩。泌権陷 | 1110100110011011100010111110100110100001100101001110010110001100101000001110100010011100 | e99b8be9a194e58ca0e89c |
EUC-JP | 髮矩。泌権陷 | 111100011111101110110110111010111000111010100001110010001110011110111000101000101110111111111100 | f1fbb6eb8ea1c8e7b8a2effc |
UTF-8 | 髮矩。泌権陷 | 111010011010101110101110111001111001111110101001111011111011110110100001111001101011001110001100111001101010100010101001111010011001100110110111 | e9abaee79fa9efbda1e6b38ce6a8a9e999b7 |
UHC | 髮矩?泌?陷 | 11011011101001011100111110111011001111111111100110110010001111111111100111101000 | dba5cfbb3ff9b23ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)