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 | Béá}B | 100110100100001011101001111000010111110101000010 | 9a42e9e17d42 |
SJIS-WIN | ?B??}B | 001111110100001000111111001111110111110101000010 | 3f423f3f7d42 |
EUC-JP | ?Béá}B | 00111111010000101000111110101011101100011000111110101011101000010111110101000010 | 3f428fabb18faba17d42 |
UTF-8 | Béá}B | 110000101001101001000010110000111010100111000011101000010111110101000010 | c29a42c3a9c3a17d42 |
UHC | ?B??}B | 001111110100001000111111001111110111110101000010 | 3f423f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)