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 | þèé | 10011001111111101110100011101001 | 99fee8e9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?þèé | 00111111100011111010100111010000100011111010101110110010100011111010101110110001 | 3f8fa9d08fabb28fabb1 |
UTF-8 | þèé | 1100001010011001110000111011111011000011101010001100001110101001 | c299c3bec3a8c3a9 |
UHC | ?þ?? | 0011111110101001101011010011111100111111 | 3fa9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)