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 | 鞳企悴 | 111010001110001110001010111010011001110010101010 | e8e38ae99caa |
EUC-JP | 鞳企悴 | 111100001110010110110100111010111101100010101100 | f0e5b4ebd8ac |
UTF-8 | 鞳企悴 | 111010011001111010110011111001001011110010000001111001101000001010110100 | e99eb3e4bc81e682b4 |
UHC | ?企悴 | 0011111111010000111010101111010111111100 | 3fd0eaf5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)