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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸悟蛤逞 | 1110011010110110100011001110010110010100101110001110011110010111 | e6b68ce594b8e797 |
EUC-JP | 豸悟蛤逞 | 1110110010111000101110001110011111001000101110101110110111110111 | ecb8b8e7c8baedf7 |
UTF-8 | 豸悟蛤逞 | 111010001011000110111000111001101000001010011111111010001001101110100100111010011000000010011110 | e8b1b8e6829fe89ba4e9809e |
UHC | ?悟蛤逞 | 00111111111001111111011011111001111011011101011011000001 | 3fe7f6f9edd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)