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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?藺B | 00111111111001010110000101000010 | 3fe56142 |
EUC-JP | ?藺B | 00111111111010011100001001000010 | 3fe9c242 |
UTF-8 | 꿜藺B | 11101010101111111001110011101000100101111011101001000010 | eabf9ce897ba42 |
UHC | 꿜藺B | 1011001011100100110101111111010001000010 | b2e4d7f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)