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 | 11100101010100001000010010001001100010010100011001000010 | e5508489894642 |
EUC-JP | 蕷ч宇B | 11101001101100011010011111101001101100011010011101000010 | e9b1a7e9b1a742 |
UTF-8 | 蕷ч宇B | 111010001001010110110111110100011000011111100101101011101000011101000010 | e895b7d187e5ae8742 |
UHC | ?ч宇B | 001111111010110011101001111010011101010001000010 | 3face9e9d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)