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 | å´§è | 1110010110110100101001111110100010000000 | e5b4a7e880 |
SJIS-WIN | ?´§?? | 00111111100000010100110010000001100110000011111100111111 | 3f814c81983f3f |
EUC-JP | å´§è? | 1000111110101011101010011010000110101101101000011111100010001111101010111011001000111111 | 8faba9a1ada1f88fabb23f |
UTF-8 | å´§è | 11000011101001011100001010110100110000101010011111000011101010001100001010000000 | c3a5c2b4c2a7c3a8c280 |
UHC | ?´§?? | 00111111101000101010010110100001110101110011111100111111 | 3fa2a5a1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)