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 | ©ø¢¯\ | 1010100111111000101000101010111101011100 | a9f8a2af5c |
SJIS-WIN | ??¢?\ | 001111110011111110000001100100010011111101011100 | 3f3f81913f5c |
EUC-JP | ©ø¢¯\ | 100011111010001011101101100011111010100111001100101000011111000110001111101000101011010001011100 | 8fa2ed8fa9cca1f18fa2b45c |
UTF-8 | ©ø¢¯\ | 110000101010100111000011101110001100001010100010110000101010111101011100 | c2a9c3b8c2a2c2af5c |
UHC | ?ø??\ | 001111111010100110101010001111110011111101011100 | 3fa9aa3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)