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 | 驪咏明^ | 11101001100010111001100111100111100101101011111001011110 | e98b99e796be5e |
EUC-JP | 驪咏明^ | 11110001111010111101001011101001110011001100000001011110 | f1ebd2e9ccc05e |
UTF-8 | 驪咏明^ | 11101001101010011010101011100101100100101000111111100110100110001000111001011110 | e9a9aae5928fe6988e5e |
UHC | 驪?明^ | 110101011111000100111111110110011010010101011110 | d5f13fd9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)