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 | ininB | 100101100110100110000010011011101001011001101001100000100110111001000010 | 9669826e9669826e42 |
SJIS-WIN | ?i?n?i?nB | 001111110110100100111111011011100011111101101001001111110110111001000010 | 3f693f6e3f693f6e42 |
EUC-JP | ?i?n?i?nB | 001111110110100100111111011011100011111101101001001111110110111001000010 | 3f693f6e3f693f6e42 |
UTF-8 | ininB | 11000010100101100110100111000010100000100110111011000010100101100110100111000010100000100110111001000010 | c29669c2826ec29669c2826e42 |
UHC | ?i?n?i?nB | 001111110110100100111111011011100011111101101001001111110110111001000010 | 3f693f6e3f693f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)