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 | 髮矩。泌権陜 | 1110100110011011100010111110100110100001100101001110010110001100101000001110100010011101 | e99b8be9a194e58ca0e89d |
EUC-JP | 髮矩。泌権陜 | 111100011111101110110110111010111000111010100001110010001110011110111000101000101110111111111101 | f1fbb6eb8ea1c8e7b8a2effd |
UTF-8 | 髮矩。泌権陜 | 111010011010101110101110111001111001111110101001111011111011110110100001111001101011001110001100111001101010100010101001111010011001100110011100 | e9abaee79fa9efbda1e6b38ce6a8a9e9999c |
UHC | 髮矩?泌?陜 | 11011011101001011100111110111011001111111111100110110010001111111111100111110000 | dba5cfbb3ff9b23ff9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)