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 | 雕데雕데^ | 11101001100110111001010111101011100011011011000011101001100110111001010111101011100011011011000001011110 | e99b95eb8db0e99b95eb8db05e |
UHC | 雕데雕데^ | 111100001110011110110101101001011111000011100111101101011010010101011110 | f0e7b5a5f0e7b5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)