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 | 應狡? | 1001110011100100111000001100001000111111 | 9ce4e0c23f |
EUC-JP | 應狡? | 1101100011100110111000001100010000111111 | d8e6e0c43f |
UTF-8 | 應狡렢 | 111001101000011110001001111001111000101110100001111010111010000010100010 | e68789e78ba1eba0a2 |
UHC | 應狡렢 | 111010111110101111001110111010101000111010110011 | ebebceea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)