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 | 郁?郁?^ | 10001000111010000011111110001000111010000011111101011110 | 88e83f88e83f5e |
EUC-JP | 郁?郁?^ | 10110000111010100011111110110000111010100011111101011110 | b0ea3fb0ea3f5e |
UTF-8 | 郁렦郁렦^ | 11101001100000111000000111101011101000001010011011101001100000111000000111101011101000001010011001011110 | e98381eba0a6e98381eba0a65e |
UHC | 郁렦郁렦^ | 111010011111010010001110101101011110100111110100100011101011010101011110 | e9f48eb5e9f48eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)