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 | ßÎDßÎD^ | 11011111110011100100010011011111110011100100010001011110 | dfce44dfce445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ßÎDßÎD^ | 100011111010100111001110100011111010101011000010010001001000111110101001110011101000111110101010110000100100010001011110 | 8fa9ce8faac2448fa9ce8faac2445e |
UTF-8 | ßÎDßÎD^ | 1100001110011111110000111000111001000100110000111001111111000011100011100100010001011110 | c39fc38e44c39fc38e445e |
UHC | ß?Dß?D^ | 101010011010110000111111010001001010100110101100001111110100010001011110 | a9ac3f44a9ac3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)