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 | 鰾宍鋙 | 111010011110001010001110101100111111101111010001 | e9e28eb3fbd1 |
EUC-JP | 鰾宍鋙 | 11110010111001001011110010110101100011111110010011000011 | f2e4bcb58fe4c3 |
UTF-8 | 鰾宍鋙 | 111010011011000010111110111001011010111010001101111010011000101110011001 | e9b0bee5ae8de98b99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)