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 | ?Bn}?Bn{^ | 001111110100001001101110011111010011111101000010011011100111101101011110 | 3f426e7d3f426e7b5e |
SJIS-WIN | 匙Bn}匙Bn{^ | 1000110111111010010000100110111001111101100011011111101001000010011011100111101101011110 | 8dfa426e7d8dfa426e7b5e |
EUC-JP | 匙Bn}匙Bn{^ | 1011101011111100010000100110111001111101101110101111110001000010011011100111101101011110 | bafc426e7dbafc426e7b5e |
UTF-8 | 匙Bn}匙Bn{^ | 11100101100011001001100101000010011011100111110111100101100011001001100101000010011011100111101101011110 | e58c99426e7de58c99426e7b5e |
UHC | 匙Bn}匙Bn{^ | 1110001110110101010000100110111001111101111000111011010101000010011011100111101101011110 | e3b5426e7de3b5426e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)