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 | ?私撮 | 0011111110001110100001001000111001000010 | 3f8e848e42 |
EUC-JP | 晛私撮 | 10001111110000101011101110111011111001001011101110100011 | 8fc2bbbbe4bba3 |
UTF-8 | 晛私撮 | 111001101001100110011011111001111010011110000001111001101001001010101110 | e6999be7a781e692ae |
UHC | 晛私撮 | 111110101101100111011110111001111111010111001001 | fad9dee7f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)