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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 治^ | 1111000010100010100011101010000101011110 | f0a28ea15e |
EUC-JP | ?治^ | 00111111101111001010001101011110 | 3fbca35e |
UTF-8 | 治^ | 11101110100000011010000111100110101100101011101101011110 | ee81a1e6b2bb5e |
UHC | ?治^ | 00111111111101101011110101011110 | 3ff6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)