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 | 引語引?^ | 1000100011111000100011001110101010001000111110000011111101011110 | 88f88cea88f83f5e |
EUC-JP | 引語引?^ | 1011000011111010101110001110110010110000111110100011111101011110 | b0fab8ecb0fa3f5e |
UTF-8 | 引語引챗^ | 11100101101111001001010111101000101010101001111011100101101111001001010111101100101100011001011101011110 | e5bc95e8aa9ee5bc95ecb1975e |
UHC | 引語引챗^ | 111011001101101011100101110111101110110011011010110000111010101001011110 | ecdae5deecdac3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)