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 | 楡\}楡\{^ | 100111101011111001011100011111011001111010111110010111000111101101011110 | 9ebe5c7d9ebe5c7b5e |
EUC-JP | 楡\}楡\{^ | 110111001100000001011100011111011101110011000000010111000111101101011110 | dcc05c7ddcc05c7b5e |
UTF-8 | 楡\}楡\{^ | 1110011010100101101000010101110001111101111001101010010110100001010111000111101101011110 | e6a5a15c7de6a5a15c7b5e |
UHC | 楡\}楡\{^ | 111010101111100001011100011111011110101011111000010111000111101101011110 | eaf85c7deaf85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)