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 | àónàónB | 100011111110000011110011011011101000111111100000111100110110111001000010 | 8fe0f36e8fe0f36e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ?àón?àónB | 0011111110001111101010111010001010001111101010111101000101101110001111111000111110101011101000101000111110101011110100010110111001000010 | 3f8faba28fabd16e3f8faba28fabd16e42 |
UTF-8 | àónàónB | 110000101000111111000011101000001100001110110011011011101100001010001111110000111010000011000011101100110110111001000010 | c28fc3a0c3b36ec28fc3a0c3b36e42 |
UHC | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)