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^ | 10110011101100000110001101011110 | b3b0635e |
SJIS-WIN | ?°c^ | 0011111110000001100010110110001101011110 | 3f818b635e |
EUC-JP | ?°c^ | 0011111110100001111010110110001101011110 | 3fa1eb635e |
UTF-8 | ³°c^ | 110000101011001111000010101100000110001101011110 | c2b3c2b0635e |
UHC | ³°c^ | 101010011111100010100001110001100110001101011110 | a9f8a1c6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)