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 | àßá\ | 11100000110111111110000101011100 | e0dfe15c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | àßá\ | 10001111101010111010001010001111101010011100111010001111101010111010000101011100 | 8faba28fa9ce8faba15c |
UTF-8 | àßá\ | 11000011101000001100001110011111110000111010000101011100 | c3a0c39fc3a15c |
UHC | ?ß?\ | 0011111110101001101011000011111101011100 | 3fa9ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)