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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 謝執B | 1000111011010011100011101011011101000010 | 8ed38eb742 |
EUC-JP | 謝執B | 1011110011010101101111001011100101000010 | bcd5bcb942 |
UTF-8 | 謝執B | 11101000101011001001110111100101100111111011011101000010 | e8ac9de59fb742 |
UHC | 謝執B | 1101111011110011111100101111101101000010 | def3f2fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)