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 | á|èí | 11100001011111001110100011101101 | e17ce8ed |
SJIS-WIN | ?|?? | 00111111011111000011111100111111 | 3f7c3f3f |
EUC-JP | á|èí | 10001111101010111010000101111100100011111010101110110010100011111010101110111111 | 8faba17c8fabb28fabbf |
UTF-8 | á|èí | 11000011101000010111110011000011101010001100001110101101 | c3a17cc3a8c3ad |
UHC | ?|?? | 00111111011111000011111100111111 | 3f7c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)