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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 宍_ | 100011101011001101011111 | 8eb35f |
EUC-JP | 宍_ | 101111001011010101011111 | bcb55f |
UTF-8 | 宍_ | 11100101101011101000110101011111 | e5ae8d5f |
UHC | ?_ | 0011111101011111 | 3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)