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 | ?θ?^ | 0011111110000011110001100011111101011110 | 3f83c63f5e |
EUC-JP | 旿θ?^ | 10001111110000011111010010100110110010000011111101011110 | 8fc1f4a6c83f5e |
UTF-8 | 旿θ쑅^ | 111001101001011110111111110011101011100011101100100100011000010101011110 | e697bfceb8ec91855e |
UHC | 旿θ쑅^ | 11100111111110101010010111101000100111001010010101011110 | e7faa5e89ca55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)