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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮崎尸 | 111010011001101110001101111010001001101110011001 | e99b8de89b99 |
EUC-JP | 髮崎尸 | 111100011111101110111010111010101101010111111001 | f1fbbaead5f9 |
UTF-8 | 髮崎尸 | 111010011010101110101110111001011011010010001110111001011011000010111000 | e9abaee5b48ee5b0b8 |
UHC | 髮崎尸 | 110110111010010111010000111110001110001110111001 | dba5d0f8e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)