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 | á}èë^ | 1110000101111101111010001110101101011110 | e17de8eb5e |
SJIS-WIN | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
EUC-JP | á}èë^ | 1000111110101011101000010111110110001111101010111011001010001111101010111011001101011110 | 8faba17d8fabb28fabb35e |
UTF-8 | á}èë^ | 1100001110100001011111011100001110101000110000111010101101011110 | c3a17dc3a8c3ab5e |
UHC | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)