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 | 111100101010010110001110101000011111001010100101100011101010000101000010 | f2a58ea1f2a58ea142 |
EUC-JP | ?治?治B | 00111111101111001010001100111111101111001010001101000010 | 3fbca33fbca342 |
UTF-8 | 治治B | 11101110100001111001110011100110101100101011101111101110100001111001110011100110101100101011101101000010 | ee879ce6b2bbee879ce6b2bb42 |
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)