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 | 髮募ケセ縺 | 1110100110011011100101011110010110111001101111101110001110000001 | e99b95e5b9bee381 |
EUC-JP | 髮募ケセ縺 | 11110001111110111100101011100111100011101011100110001110101111101110010111100001 | f1fbcae78eb98ebee5e1 |
UTF-8 | 髮募ケセ縺 | 111010011010101110101110111001011000101110011111111011111011110110111001111011111011110110111110111001111011100010111010 | e9abaee58b9fefbdb9efbdbee7b8ba |
UHC | 髮募??? | 11011011101001011101100110110100001111110011111100111111 | dba5d9b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)