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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豸悟蛤^ | 11100110101101101000110011100101100101001011100001011110 | e6b68ce594b85e |
EUC-JP | 豸悟蛤^ | 11101100101110001011100011100111110010001011101001011110 | ecb8b8e7c8ba5e |
UTF-8 | 豸悟蛤^ | 11101000101100011011100011100110100000101001111111101000100110111010010001011110 | e8b1b8e6829fe89ba45e |
UHC | ?悟蛤^ | 001111111110011111110110111110011110110101011110 | 3fe7f6f9ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)