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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤郁ェ、 | 111001111011101010001000111010001010101010100100 | e7ba88e8aaa4 |
EUC-JP | 郤郁ェ、 | 1110111010111100101100001110101010001110101010101000111010100100 | eebcb0ea8eaa8ea4 |
UTF-8 | 郤郁ェ、 | 111010011000001110100100111010011000001110000001111011111011110110101010111011111011110110100100 | e983a4e98381efbdaaefbda4 |
UHC | ?郁?? | 0011111111101001111101000011111100111111 | 3fe9f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)