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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄂千魚 | 111001111011110110010000111001111000101110011011 | e7bd90e78b9b |
EUC-JP | 鄂千魚 | 111011101011111111000000111010011011010111111011 | eebfc0e9b5fb |
UTF-8 | 鄂千魚 | 111010011000010010000010111001011000110110000011111010011010110110011010 | e98482e58d83e9ad9a |
UHC | 鄂千魚 | 111001001100011111110100101101101110010111100000 | e4c7f4b6e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)