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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謔帛オ後億B | 11100110100000101001101111100101101101011000110011100011100010011010110101000010 | e6829be5b58ce389ad42 |
EUC-JP | 謔帛オ後億B | 1110101111100010110101101110011110001110101101011011100011100101101100101010111101000010 | ebe2d6e78eb5b8e5b2af42 |
UTF-8 | 謔帛オ後億B | 11101000101011001001010011100101101110001001101111101111101111011011010111100101101111101000110011100101100001001000010001000010 | e8ac94e5b89befbdb5e5be8ce5848442 |
UHC | 謔帛?後億B | 11111001110011001101101111011001001111111111110110101101111001011110001001000010 | f9ccdbd93ffdade5e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)