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 | 111010001101111111100010101110001110011101010000 | e8dfe2b8e750 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | èßâ¸çP | 10001111101010111011001010001111101010011100111010001111101010111010010010001111101000101011000110001111101010111010111001010000 | 8fabb28fa9ce8faba48fa2b18fabae50 |
UTF-8 | èßâ¸çP | 1100001110101000110000111001111111000011101000101100001010111000110000111010011101010000 | c3a8c39fc3a2c2b8c3a750 |
UHC | ?ß?¸?P | 0011111110101001101011000011111110100010101011000011111101010000 | 3fa9ac3fa2ac3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)