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 | 髮釀髴 | 111010011001101111100111110101001110100110011100 | e99be7d4e99c |
EUC-JP | 髮釀髴 | 111100011111101111101110110101101111000111111100 | f1fbeed6f1fc |
UTF-8 | 髮釀髴 | 111010011010101110101110111010011000011110000000111010011010101110110100 | e9abaee98780e9abb4 |
UHC | 髮釀? | 1101101110100101111001011101010000111111 | dba5e5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)