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 | ¿í½ | 10001110101111111110110110111101 | 8ebfedbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?¿í? | 0011111110001111101000101100010010001111101010111011111100111111 | 3f8fa2c48fabbf3f |
UTF-8 | ¿í½ | 1100001010001110110000101011111111000011101011011100001010111101 | c28ec2bfc3adc2bd |
UHC | ?¿?½ | 001111111010001010101111001111111010100011110110 | 3fa2af3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)