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 | 11101000110011001110100001000110 | e8cce846 |
SJIS-WIN | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
EUC-JP | èÌèF | 10001111101010111011001010001111101010101100000010001111101010111011001001000110 | 8fabb28faac08fabb246 |
UTF-8 | èÌèF | 11000011101010001100001110001100110000111010100001000110 | c3a8c38cc3a846 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)