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 | 髮矩。泌権闥 | 1110100110011011100010111110100110100001100101001110010110001100101000001110100010010010 | e99b8be9a194e58ca0e892 |
EUC-JP | 髮矩。泌権闥 | 111100011111101110110110111010111000111010100001110010001110011110111000101000101110111111110010 | f1fbb6eb8ea1c8e7b8a2eff2 |
UTF-8 | 髮矩。泌権闥 | 111010011010101110101110111001111001111110101001111011111011110110100001111001101011001110001100111001101010100010101001111010011001011110100101 | e9abaee79fa9efbda1e6b38ce6a8a9e997a5 |
UHC | 髮矩?泌?? | 110110111010010111001111101110110011111111111001101100100011111100111111 | dba5cfbb3ff9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)