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 | ç÷å¹^ | 11100111111101111001111111100101100111111011100101011110 | e7f79fe59fb95e |
SJIS-WIN | ?÷????^ | 0011111110000001100000000011111100111111001111110011111101011110 | 3f81803f3f3f3f5e |
EUC-JP | ç÷?å??^ | 100011111010101110101110101000011110000000111111100011111010101110101001001111110011111101011110 | 8fabaea1e03f8faba93f3f5e |
UTF-8 | ç÷å¹^ | 11000011101001111100001110110111110000101001111111000011101001011100001010011111110000101011100101011110 | c3a7c3b7c29fc3a5c29fc2b95e |
UHC | ?÷???¹^ | 001111111010000111000000001111110011111100111111101010011111011001011110 | 3fa1c03f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)