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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 拔\}拔\{^ | 100111010101010101011100011111011001110101010101010111000111101101011110 | 9d555c7d9d555c7b5e |
EUC-JP | 拔\}拔\{^ | 110110011011011001011100011111011101100110110110010111000111101101011110 | d9b65c7dd9b65c7b5e |
UTF-8 | 拔\}拔\{^ | 1110011010001011100101000101110001111101111001101000101110010100010111000111101101011110 | e68b945c7de68b945c7b5e |
UHC | 拔\}拔\{^ | 110110101111101101011100011111011101101011111011010111000111101101011110 | dafb5c7ddafb5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)