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 | ??in??inB | 001111110011111101101001011011100011111100111111011010010110111001000010 | 3f3f696e3f3f696e42 |
SJIS-WIN | 赦鴫in赦鴫inB | 10001110110011011000111010110000011010010110111010001110110011011000111010110000011010010110111001000010 | 8ecd8eb0696e8ecd8eb0696e42 |
EUC-JP | 赦鴫in赦鴫inB | 10111100110011111011110010110010011010010110111010111100110011111011110010110010011010010110111001000010 | bccfbcb2696ebccfbcb2696e42 |
UTF-8 | 赦鴫in赦鴫inB | 1110100010110101101001101110100110110100101010110110100101101110111010001011010110100110111010011011010010101011011010010110111001000010 | e8b5a6e9b4ab696ee8b5a6e9b4ab696e42 |
UHC | 赦?in赦?inB | 1101111011110101001111110110100101101110110111101111010100111111011010010110111001000010 | def53f696edef53f696e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)