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? | 00111111001111110110010000111111 | 3f3f643f |
SJIS-WIN | 蓖ゥd蓖 | 111001001110110110101001011001001110010011101101 | e4eda964e4ed |
EUC-JP | 蓖ゥd蓖 | 11101000111011111000111010101001011001001110100011101111 | e8ef8ea964e8ef |
UTF-8 | 蓖ゥd蓖 | 11101000100100111001011011101111101111011010100101100100111010001001001110010110 | e89396efbda964e89396 |
UHC | ??d? | 00111111001111110110010000111111 | 3f3f643f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)