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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮矩。泌権 | 111010011001101110001011111010011010000110010100111001011000110010100000 | e99b8be9a194e58ca0 |
EUC-JP | 髮矩。泌権 | 11110001111110111011011011101011100011101010000111001000111001111011100010100010 | f1fbb6eb8ea1c8e7b8a2 |
UTF-8 | 髮矩。泌権 | 111010011010101110101110111001111001111110101001111011111011110110100001111001101011001110001100111001101010100010101001 | e9abaee79fa9efbda1e6b38ce6a8a9 |
UHC | 髮矩?泌? | 1101101110100101110011111011101100111111111110011011001000111111 | dba5cfbb3ff9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)