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 | ßÖ[ßÖ[^ | 11011111110101100101101111011111110101100101101101011110 | dfd65bdfd65b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ßÖ[ßÖ[^ | 100011111010100111001110100011111010101011010011010110111000111110101001110011101000111110101010110100110101101101011110 | 8fa9ce8faad35b8fa9ce8faad35b5e |
UTF-8 | ßÖ[ßÖ[^ | 1100001110011111110000111001011001011011110000111001111111000011100101100101101101011110 | c39fc3965bc39fc3965b5e |
UHC | ß?[ß?[^ | 101010011010110000111111010110111010100110101100001111110101101101011110 | a9ac3f5ba9ac3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)