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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 嶝[}嶝[{^ | 100110111101000101011011011111011001101111010001010110110111101101011110 | 9bd15b7d9bd15b7b5e |
EUC-JP | 嶝[}嶝[{^ | 110101101101001101011011011111011101011011010011010110110111101101011110 | d6d35b7dd6d35b7b5e |
UTF-8 | 嶝[}嶝[{^ | 1110010110110110100111010101101101111101111001011011011010011101010110110111101101011110 | e5b69d5b7de5b69d5b7b5e |
UHC | 嶝[}嶝[{^ | 110101001111000101011011011111011101010011110001010110110111101101011110 | d4f15b7dd4f15b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)