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 | 嵩[}嵩[{^ | 100100001001001101011011011111011001000010010011010110110111101101011110 | 90935b7d90935b7b5e |
EUC-JP | 嵩[}嵩[{^ | 101111111111001101011011011111011011111111110011010110110111101101011110 | bff35b7dbff35b7b5e |
UTF-8 | 嵩[}嵩[{^ | 1110010110110101101010010101101101111101111001011011010110101001010110110111101101011110 | e5b5a95b7de5b5a95b7b5e |
UHC | 嵩[}嵩[{^ | 111000111010000101011011011111011110001110100001010110110111101101011110 | e3a15b7de3a15b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)