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 | Ìäë | 110011001110010011101011 | cce4eb |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Ìäë | 100011111010101011000000100011111010101110100011100011111010101110110011 | 8faac08faba38fabb3 |
UTF-8 | Ìäë | 110000111000110011000011101001001100001110101011 | c38cc3a4c3ab |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)