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 | àøàê | 11100000111110001110000011101010 | e0f8e0ea |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | àøàê | 100011111010101110100010100011111010100111001100100011111010101110100010100011111010101110110100 | 8faba28fa9cc8faba28fabb4 |
UTF-8 | àøàê | 1100001110100000110000111011100011000011101000001100001110101010 | c3a0c3b8c3a0c3aa |
UHC | ?ø?? | 0011111110101001101010100011111100111111 | 3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)