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 | èþ¤F | 11101000111111101010010001000110 | e8fea446 |
SJIS-WIN | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | èþ¤F | 10001111101010111011001010001111101010011101000010001111101000101111000001000110 | 8fabb28fa9d08fa2f046 |
UTF-8 | èþ¤F | 11000011101010001100001110111110110000101010010001000110 | c3a8c3bec2a446 |
UHC | ?þ¤F | 001111111010100110101101101000101011010001000110 | 3fa9ada2b446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)