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 | 瞳\}瞳\{^ | 100100111011010101011100011111011001001110110101010111000111101101011110 | 93b55c7d93b55c7b5e |
EUC-JP | 瞳\}瞳\{^ | 110001101011011101011100011111011100011010110111010111000111101101011110 | c6b75c7dc6b75c7b5e |
UTF-8 | 瞳\}瞳\{^ | 1110011110011110101100110101110001111101111001111001111010110011010111000111101101011110 | e79eb35c7de79eb35c7b5e |
UHC | 瞳\}瞳\{^ | 110101001101101001011100011111011101010011011010010111000111101101011110 | d4da5c7dd4da5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)