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 | üC÷©^ | 1111110001000011111101111010100101011110 | fc43f7a95e |
SJIS-WIN | ?C÷?^ | 001111110100001110000001100000000011111101011110 | 3f4381803f5e |
EUC-JP | üC÷©^ | 10001111101010111110010001000011101000011110000010001111101000101110110101011110 | 8fabe443a1e08fa2ed5e |
UTF-8 | üC÷©^ | 1100001110111100010000111100001110110111110000101010100101011110 | c3bc43c3b7c2a95e |
UHC | ?C÷?^ | 001111110100001110100001110000000011111101011110 | 3f43a1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)