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 | ßÑLhßÑL | 11011111110100010100110001101000110111111101000101001100 | dfd14c68dfd14c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ßÑLhßÑL | 100011111010100111001110100011111010101011010000010011000110100010001111101010011100111010001111101010101101000001001100 | 8fa9ce8faad04c688fa9ce8faad04c |
UTF-8 | ßÑLhßÑL | 1100001110011111110000111001000101001100011010001100001110011111110000111001000101001100 | c39fc3914c68c39fc3914c |
UHC | ß?Lhß?L | 101010011010110000111111010011000110100010101001101011000011111101001100 | a9ac3f4c68a9ac3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)