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 | å®_ | 11100101101011101000110101011111 | e5ae8d5f |
SJIS-WIN | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
EUC-JP | å®?_ | 1000111110101011101010011000111110100010111011100011111101011111 | 8faba98fa2ee3f5f |
UTF-8 | å®_ | 11000011101001011100001010101110110000101000110101011111 | c3a5c2aec28d5f |
UHC | ?®?_ | 0011111110100010111001110011111101011111 | 3fa2e73f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)