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 | à¼àÝäß | 111000001011110011100000110111011110010011011111 | e0bce0dde4df |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | à?àÝäß | 10001111101010111010001000111111100011111010101110100010100011111010101011110010100011111010101110100011100011111010100111001110 | 8faba23f8faba28faaf28faba38fa9ce |
UTF-8 | à¼àÝäß | 110000111010000011000010101111001100001110100000110000111001110111000011101001001100001110011111 | c3a0c2bcc3a0c39dc3a4c39f |
UHC | ?¼???ß | 0011111110101000111110010011111100111111001111111010100110101100 | 3fa8f93f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)