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^ | 11011111110100010100010011011111110100010100010001011110 | dfd144dfd1445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ßÑDßÑD^ | 100011111010100111001110100011111010101011010000010001001000111110101001110011101000111110101010110100000100010001011110 | 8fa9ce8faad0448fa9ce8faad0445e |
UTF-8 | ßÑDßÑD^ | 1100001110011111110000111001000101000100110000111001111111000011100100010100010001011110 | c39fc39144c39fc391445e |
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)