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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涓?? | 10011111101100000011111100111111 | 9fb03f3f |
EUC-JP | 涓?? | 11011110101100100011111100111111 | deb23f3f |
UTF-8 | 涓렓렍 | 111001101011011010010011111010111010000010010011111010111010000010001101 | e6b693eba093eba08d |
UHC | 涓렓렍 | 111001101100111110001110101010001000111010100011 | e6cf8ea88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)