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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雕?雕?^ | 11101000101110000011111111101000101110000011111101011110 | e8b83fe8b83f5e |
EUC-JP | 雕?雕?^ | 11110000101110100011111111110000101110100011111101011110 | f0ba3ff0ba3f5e |
UTF-8 | 雕炙雕炙^ | 11101001100110111001010111101111101001111011101111101001100110111001010111101111101001111011101101011110 | e99b95efa7bbe99b95efa7bb5e |
UHC | 雕炙雕炙^ | 111100001110011111101110110110111111000011100111111011101101101101011110 | f0e7eedbf0e7eedb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)