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 | à ~à ~^ | 111000001010000010010110011111101110000010100000100101100111111001011110 | e0a0967ee0a0967e5e |
SJIS-WIN | ???~???~^ | 001111110011111100111111011111100011111100111111001111110111111001011110 | 3f3f3f7e3f3f3f7e5e |
EUC-JP | à??~à??~^ | 10001111101010111010001000111111001111110111111010001111101010111010001000111111001111110111111001011110 | 8faba23f3f7e8faba23f3f7e5e |
UTF-8 | à ~à ~^ | 110000111010000011000010101000001100001010010110011111101100001110100000110000101010000011000010100101100111111001011110 | c3a0c2a0c2967ec3a0c2a0c2967e5e |
UHC | ???~???~^ | 001111110011111100111111011111100011111100111111001111110111111001011110 | 3f3f3f7e3f3f3f7e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)