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 | å®°Î | 11100101101011101011000011001110 | e5aeb0ce |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | å®°Î | 1000111110101011101010011000111110100010111011101010000111101011100011111010101011000010 | 8faba98fa2eea1eb8faac2 |
UTF-8 | å®°Î | 1100001110100101110000101010111011000010101100001100001110001110 | c3a5c2aec2b0c38e |
UHC | ?®°? | 001111111010001011100111101000011100011000111111 | 3fa2e7a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)