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 | á}á}è | 1110000101111101111000010111110111101000 | e17de17de8 |
SJIS-WIN | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
EUC-JP | á}á}è | 1000111110101011101000010111110110001111101010111010000101111101100011111010101110110010 | 8faba17d8faba17d8fabb2 |
UTF-8 | á}á}è | 1100001110100001011111011100001110100001011111011100001110101000 | c3a17dc3a17dc3a8 |
UHC | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)