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 | á}á³^ | 1110000101111101111000011011001101011110 | e17de1b35e |
SJIS-WIN | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
EUC-JP | á}á?^ | 100011111010101110100001011111011000111110101011101000010011111101011110 | 8faba17d8faba13f5e |
UTF-8 | á}á³^ | 1100001110100001011111011100001110100001110000101011001101011110 | c3a17dc3a1c2b35e |
UHC | ?}?³^ | 001111110111110100111111101010011111100001011110 | 3f7d3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)