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 | ¡¿©] | 1010000110111111101010011010110101011101 | a1bfa9ad5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ¡¿©?] | 1000111110100010110000101000111110100010110001001000111110100010111011010011111101011101 | 8fa2c28fa2c48fa2ed3f5d |
UTF-8 | ¡¿©] | 110000101010000111000010101111111100001010101001110000101010110101011101 | c2a1c2bfc2a9c2ad5d |
UHC | ¡¿?] | 1010001010101110101000101010111100111111101000011010100101011101 | a2aea2af3fa1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)