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 | 髮暮棣 | 111010011001101110010101111010011001111010100110 | e99b95e99ea6 |
EUC-JP | 髮暮棣 | 111100011111101111001010111010111101110010101000 | f1fbcaebdca8 |
UTF-8 | 髮暮棣 | 111010011010101110101110111001101001101010101110111001101010001110100011 | e9abaee69aaee6a3a3 |
UHC | 髮暮? | 1101101110100101110110011011101000111111 | dba5d9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)