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 | 11100011010110111000101011111011111000111011001001000010 | e35b8afbe3b242 |
EUC-JP | 綣棋羇B | 11100101101111001011010011111101111001101011010001000010 | e5bcb4fde6b442 |
UTF-8 | 綣棋羇B | 11100111101101101010001111100110101000111000101111100111101111101000011101000010 | e7b6a3e6a38be7be8742 |
UHC | ?棋?B | 0011111111010001101001000011111101000010 | 3fd1a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)