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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齊??袁 | 111010101000111000111111001111111110010111001101 | ea8e3f3fe5cd |
EUC-JP | 齊??袁 | 111100111110111000111111001111111110101011001111 | f3ee3f3feacf |
UTF-8 | 齊꿸쑹袁 | 111010011011110110001010111010101011111110111000111011001001000110111001111010001010001010000001 | e9bd8aeabfb8ec91b9e8a281 |
UHC | 齊꿸쑹袁 | 1111000010111010101100101110101010111110101010111110101010111110 | f0bab2eabeabeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)