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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 郁}郁{^ | 10001000111010000111110110001000111010000111101101011110 | 88e87d88e87b5e |
EUC-JP | 郁}郁{^ | 10110000111010100111110110110000111010100111101101011110 | b0ea7db0ea7b5e |
UTF-8 | 郁}郁{^ | 111010011000001110000001011111011110100110000011100000010111101101011110 | e983817de983817b5e |
UHC | 郁}郁{^ | 11101001111101000111110111101001111101000111101101011110 | e9f47de9f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)