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 | éý? | 111010011111110100111111 | e9fd3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | éýœ | 100011111010101110110001100011111010101111110010100011111010100111001101 | 8fabb18fabf28fa9cd |
UTF-8 | éýœ | 110000111010100111000011101111011100010110010011 | c3a9c3bdc593 |
UHC | ??œ | 00111111001111111010100110101011 | 3f3fa9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)