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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 廬}廬{^ | 10011100010010010111110110011100010010010111101101011110 | 9c497d9c497b5e |
EUC-JP | 廬}廬{^ | 11010111101010100111110111010111101010100111101101011110 | d7aa7dd7aa7b5e |
UTF-8 | 廬}廬{^ | 111001011011101110101100011111011110010110111011101011000111101101011110 | e5bbac7de5bbac7b5e |
UHC | 廬}廬{^ | 11010101111001100111110111010101111001100111101101011110 | d5e67dd5e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)