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 | ßü¾® | 11011111111111001011111010101110 | dffcbeae |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ßü?® | 10001111101010011100111010001111101010111110010000111111100011111010001011101110 | 8fa9ce8fabe43f8fa2ee |
UTF-8 | ßü¾® | 1100001110011111110000111011110011000010101111101100001010101110 | c39fc3bcc2bec2ae |
UHC | ß?¾® | 10101001101011000011111110101000111110101010001011100111 | a9ac3fa8faa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)