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 | ¤}¤{^ | 1010010001111101101001000111101101011110 | a47da47b5e |
SJIS-WIN | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
EUC-JP | ¤}¤{^ | 100011111010001011110000011111011000111110100010111100000111101101011110 | 8fa2f07d8fa2f07b5e |
UTF-8 | ¤}¤{^ | 11000010101001000111110111000010101001000111101101011110 | c2a47dc2a47b5e |
UHC | ¤}¤{^ | 10100010101101000111110110100010101101000111101101011110 | a2b47da2b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)