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 | °ô\}°ô\{^ | 101100001111010001011100011111011011000011110100010111000111101101011110 | b0f45c7db0f45c7b5e |
SJIS-WIN | °?\}°?\{^ | 1000000110001011001111110101110001111101100000011000101100111111010111000111101101011110 | 818b3f5c7d818b3f5c7b5e |
EUC-JP | °ô\}°ô\{^ | 101000011110101110001111101010111101010001011100011111011010000111101011100011111010101111010100010111000111101101011110 | a1eb8fabd45c7da1eb8fabd45c7b5e |
UTF-8 | °ô\}°ô\{^ | 11000010101100001100001110110100010111000111110111000010101100001100001110110100010111000111101101011110 | c2b0c3b45c7dc2b0c3b45c7b5e |
UHC | °?\}°?\{^ | 1010000111000110001111110101110001111101101000011100011000111111010111000111101101011110 | a1c63f5c7da1c63f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)