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 | í°]] | 1110110110011000101100000101110101011101 | ed98b05d5d |
SJIS-WIN | ??°]] | 001111110011111110000001100010110101110101011101 | 3f3f818b5d5d |
EUC-JP | í?°]] | 1000111110101011101111110011111110100001111010110101110101011101 | 8fabbf3fa1eb5d5d |
UTF-8 | í°]] | 1100001110101101110000101001100011000010101100000101110101011101 | c3adc298c2b05d5d |
UHC | ??°]] | 001111110011111110100001110001100101110101011101 | 3f3fa1c65d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)