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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 治] | 1111000010110100100011101010000101011101 | f0b48ea15d |
EUC-JP | ?治] | 00111111101111001010001101011101 | 3fbca35d |
UTF-8 | 治] | 11101110100000011011001111100110101100101011101101011101 | ee81b3e6b2bb5d |
UHC | ?治] | 00111111111101101011110101011101 | 3ff6bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)