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 | á}êá] | 11100001011111011001100011101010111000011000000101011101 | e17d98eae1815d |
SJIS-WIN | ?}????] | 00111111011111010011111100111111001111110011111101011101 | 3f7d3f3f3f3f5d |
EUC-JP | á}?êá?] | 10001111101010111010000101111101001111111000111110101011101101001000111110101011101000010011111101011101 | 8faba17d3f8fabb48faba13f5d |
UTF-8 | á}êá] | 110000111010000101111101110000101001100011000011101010101100001110100001110000101000000101011101 | c3a17dc298c3aac3a1c2815d |
UHC | ?}????] | 00111111011111010011111100111111001111110011111101011101 | 3f7d3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)