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 | à±c^ | 11100000101100010110001101011110 | e0b1635e |
SJIS-WIN | ?±c^ | 0011111110000001011111010110001101011110 | 3f817d635e |
EUC-JP | à±c^ | 10001111101010111010001010100001110111100110001101011110 | 8faba2a1de635e |
UTF-8 | à±c^ | 110000111010000011000010101100010110001101011110 | c3a0c2b1635e |
UHC | ?±c^ | 0011111110100001101111100110001101011110 | 3fa1be635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)