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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 治 | 111100011111100010001110101000011111000010101011 | f1f88ea1f0ab |
EUC-JP | ?治? | 00111111101111001010001100111111 | 3fbca33f |
UTF-8 | 治 | 111011101000010110110011111001101011001010111011111011101000000110101010 | ee85b3e6b2bbee81aa |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)