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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諧- | 11100110011111101000000101111100 | e67e817c |
EUC-JP | 諧− | 11101011110111111010000111011101 | ebdfa1dd |
UTF-8 | 諧− | 111010001010101110100111111000101000100010010010 | e8aba7e28892 |
UHC | 諧? | 111110101011001000111111 | fab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)