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 | îä? | 111011101110010000111111 | eee43f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | îä™ | 100011111010101111000010100011111010101110100011100011111010001011101111 | 8fabc28faba38fa2ef |
UTF-8 | îä™ | 11000011101011101100001110100100111000101000010010100010 | c3aec3a4e284a2 |
UHC | ??™ | 00111111001111111010001011100010 | 3f3fa2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)