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 | á|{á|{^ | 111000010111110010011111011110111110000101111100100111110111101101011110 | e17c9f7be17c9f7b5e |
SJIS-WIN | ?|?{?|?{^ | 001111110111110000111111011110110011111101111100001111110111101101011110 | 3f7c3f7b3f7c3f7b5e |
EUC-JP | á|?{á|?{^ | 10001111101010111010000101111100001111110111101110001111101010111010000101111100001111110111101101011110 | 8faba17c3f7b8faba17c3f7b5e |
UTF-8 | á|{á|{^ | 11000011101000010111110011000010100111110111101111000011101000010111110011000010100111110111101101011110 | c3a17cc29f7bc3a17cc29f7b5e |
UHC | ?|?{?|?{^ | 001111110111110000111111011110110011111101111100001111110111101101011110 | 3f7c3f7b3f7c3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)