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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎??絞? | 10010011010000110011111100111111100011010110100100111111 | 93433f3f8d693f |
EUC-JP | 鼎??絞? | 11000101101001000011111100111111101110011100101000111111 | c5a43f3fb9ca3f |
UTF-8 | 鼎븐렢絞렍 | 111010011011110010001110111010111011100010010000111010111010000010100010111001111011010110011110111010111010000010001101 | e9bc8eebb890eba0a2e7b59eeba08d |
UHC | 鼎븐렢絞렍 | 11110000101000111011101011101100100011101011001111001110111011011000111010100011 | f0a3baec8eb3ceed8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)