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^ | 11011111111110110100010011011111111110110100010001011110 | dffb44dffb445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ßûDßûD^ | 100011111010100111001110100011111010101111100101010001001000111110101001110011101000111110101011111001010100010001011110 | 8fa9ce8fabe5448fa9ce8fabe5445e |
UTF-8 | ßûDßûD^ | 1100001110011111110000111011101101000100110000111001111111000011101110110100010001011110 | c39fc3bb44c39fc3bb445e |
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)