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 | á}èí | 11100001011111011110100011101101 | e17de8ed |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | á}èí | 10001111101010111010000101111101100011111010101110110010100011111010101110111111 | 8faba17d8fabb28fabbf |
UTF-8 | á}èí | 11000011101000010111110111000011101010001100001110101101 | c3a17dc3a8c3ad |
UHC | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)