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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 粃赦鴫wh | 1110001011100001100011101100110110001110101100000111011101101000 | e2e18ecd8eb07768 |
EUC-JP | 粃赦鴫wh | 1110010011100011101111001100111110111100101100100111011101101000 | e4e3bccfbcb27768 |
UTF-8 | 粃赦鴫wh | 1110011110110010100000111110100010110101101001101110100110110100101010110111011101101000 | e7b283e8b5a6e9b4ab7768 |
UHC | 粃赦?wh | 11011101111110111101111011110101001111110111011101101000 | ddfbdef53f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)