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 | ßÓ[ßÓ[^ | 11011111110100110101101111011111110100110101101101011110 | dfd35bdfd35b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ßÓ[ßÓ[^ | 100011111010100111001110100011111010101011010001010110111000111110101001110011101000111110101010110100010101101101011110 | 8fa9ce8faad15b8fa9ce8faad15b5e |
UTF-8 | ßÓ[ßÓ[^ | 1100001110011111110000111001001101011011110000111001111111000011100100110101101101011110 | c39fc3935bc39fc3935b5e |
UHC | ß?[ß?[^ | 101010011010110000111111010110111010100110101100001111110101101101011110 | a9ac3f5ba9ac3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)