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÷®áá^ | 1101001110101110010000111111011110101110111000011110000101011110 | d3ae43f7aee1e15e |
SJIS-WIN | ??C÷???^ | 001111110011111101000011100000011000000000111111001111110011111101011110 | 3f3f4381803f3f3f5e |
EUC-JP | Ó®C÷®áá^ | 10001111101010101101000110001111101000101110111001000011101000011110000010001111101000101110111010001111101010111010000110001111101010111010000101011110 | 8faad18fa2ee43a1e08fa2ee8faba18faba15e |
UTF-8 | Ó®C÷®áá^ | 1100001110010011110000101010111001000011110000111011011111000010101011101100001110100001110000111010000101011110 | c393c2ae43c3b7c2aec3a1c3a15e |
UHC | ?®C÷®??^ | 0011111110100010111001110100001110100001110000001010001011100111001111110011111101011110 | 3fa2e743a1c0a2e73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)