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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羌f毅B | 11100011101100111000001010000110100010110100001001000010 | e3b382868b4242 |
EUC-JP | 羌f毅B | 11100110101101011010001111100110101101011010001101000010 | e6b5a3e6b5a342 |
UTF-8 | 羌f毅B | 11100111101111101000110011101111101111011000011011100110101011111000010101000010 | e7be8cefbd86e6af8542 |
UHC | 羌f毅B | 11001011101101101010001111100110111010111111011001000010 | cbb6a3e6ebf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)