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 | 謔雅椦B | 11100110100000101000100111101011100111101001101101000010 | e68289eb9e9b42 |
EUC-JP | 謔雅椦B | 11101011111000101011001011101101110110111111101101000010 | ebe2b2eddbfb42 |
UTF-8 | 謔雅椦B | 11101000101011001001010011101001100110111000010111100110101001001010011001000010 | e8ac94e99b85e6a4a642 |
UHC | 謔雅?B | 111110011100110011100100101110100011111101000010 | f9cce4ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)