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 | 髮朱尅 | 111010011001101110001110111010011001101110010001 | e99b8ee99b91 |
EUC-JP | 髮朱尅 | 111100011111101110111100111010111101010111110001 | f1fbbcebd5f1 |
UTF-8 | 髮朱尅 | 111010011010101110101110111001101001110010110001111001011011000010000101 | e9abaee69cb1e5b085 |
UHC | 髮朱? | 1101101110100101111100011011100100111111 | dba5f1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)