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 | íê§íí | 111011011110101010001110101001111110110111101101 | edea8ea7eded |
SJIS-WIN | ???§?? | 00111111001111110011111110000001100110000011111100111111 | 3f3f3f81983f3f |
EUC-JP | íê?§íí | 100011111010101110111111100011111010101110110100001111111010000111111000100011111010101110111111100011111010101110111111 | 8fabbf8fabb43fa1f88fabbf8fabbf |
UTF-8 | íê§íí | 110000111010110111000011101010101100001010001110110000101010011111000011101011011100001110101101 | c3adc3aac28ec2a7c3adc3ad |
UHC | ???§?? | 00111111001111110011111110100001110101110011111100111111 | 3f3f3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)