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 | 髮捧豬 | 111010011001101110010101111110011110011010110101 | e99b95f9e6b5 |
EUC-JP | 髮捧豬 | 111100011111101111001010111110111110110010110111 | f1fbcafbecb7 |
UTF-8 | 髮捧豬 | 111010011010101110101110111001101000110110100111111010001011000110101100 | e9abaee68da7e8b1ac |
UHC | 髮捧? | 1101101110100101110111001110100100111111 | dba5dce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)