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 | 齶侖戰^ | 11101010100110111001100011010011100111010100010001011110 | ea9b98d39d445e |
EUC-JP | 齶侖戰^ | 11110011111110111101000011010101110110011010010101011110 | f3fbd0d5d9a55e |
UTF-8 | 齶侖戰^ | 11101001101111011011011011100100101111101001011011100110100010001011000001011110 | e9bdb6e4be96e688b05e |
UHC | ?侖戰^ | 001111111101011111000010111011101111101001011110 | 3fd7c2eefa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)