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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 治治B | 111100001110011110001110101000011111000111100111100011101010000101000010 | f0e78ea1f1e78ea142 |
EUC-JP | ?治?治B | 00111111101111001010001100111111101111001010001101000010 | 3fbca33fbca342 |
UTF-8 | 治治B | 11101110100000101010011011100110101100101011101111101110100001011010001011100110101100101011101101000010 | ee82a6e6b2bbee85a2e6b2bb42 |
UHC | ?治?治B | 00111111111101101011110100111111111101101011110101000010 | 3ff6bd3ff6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)