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 | èëàÜP | 1110100011101011111000001101110001010000 | e8ebe0dc50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | èëàÜP | 10001111101010111011001010001111101010111011001110001111101010111010001010001111101010101110010001010000 | 8fabb28fabb38faba28faae450 |
UTF-8 | èëàÜP | 110000111010100011000011101010111100001110100000110000111001110001010000 | c3a8c3abc3a0c39c50 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)