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 | ¢®©ø | 10100010101011101010100111111000 | a2aea9f8 |
SJIS-WIN | ¢??? | 1000000110010001001111110011111100111111 | 81913f3f3f |
EUC-JP | ¢®©ø | 1010000111110001100011111010001011101110100011111010001011101101100011111010100111001100 | a1f18fa2ee8fa2ed8fa9cc |
UTF-8 | ¢®©ø | 1100001010100010110000101010111011000010101010011100001110111000 | c2a2c2aec2a9c3b8 |
UHC | ?®?ø | 001111111010001011100111001111111010100110101010 | 3fa2e73fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)