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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曠巓槇磬 | 1001111001000100100110111101101011101010101000001110000111111100 | 9e449bdaeaa0e1fc |
EUC-JP | 曠巓槇磬 | 1101101110100101110101101101110011110100101000101110001011111110 | dba5d6dcf4a2e2fe |
UTF-8 | 曠巓槇磬 | 111001101001101110100000111001011011011110010011111001101010011110000111111001111010001110101100 | e69ba0e5b793e6a787e7a3ac |
UHC | 曠??磬 | 110011101100011100111111001111111100110011100100 | cec73f3fcce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)