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 | 魯\}魯\{^ | 100110000100010001011100011111011001100001000100010111000111101101011110 | 98445c7d98445c7b5e |
EUC-JP | 魯\}魯\{^ | 110011111010010101011100011111011100111110100101010111000111101101011110 | cfa55c7dcfa55c7b5e |
UTF-8 | 魯\}魯\{^ | 1110100110101101101011110101110001111101111010011010110110101111010111000111101101011110 | e9adaf5c7de9adaf5c7b5e |
UHC | 魯\}魯\{^ | 110101101101101101011100011111011101011011011011010111000111101101011110 | d6db5c7dd6db5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)