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 | ?i?? | 00111111011010010011111100111111 | 3f693f3f |
SJIS-WIN | 則i袖族 | 10010001101001010110100110010001101100111001000110110000 | 91a56991b391b0 |
EUC-JP | 則i袖族 | 11000010101001110110100111000010101101011100001010110010 | c2a769c2b5c2b2 |
UTF-8 | 則i袖族 | 11100101100010011000011101101001111010001010001010010110111001101001011110001111 | e5898769e8a296e6978f |
UHC | 則i袖族 | 11110110110011100110100111100010110000001111000011101001 | f6ce69e2c0f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)