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é{éá | 100110100100001011101001011110111110100111100001 | 9a42e97be9e1 |
SJIS-WIN | ?B?{?? | 001111110100001000111111011110110011111100111111 | 3f423f7b3f3f |
EUC-JP | ?Bé{éá | 001111110100001010001111101010111011000101111011100011111010101110110001100011111010101110100001 | 3f428fabb17b8fabb18faba1 |
UTF-8 | Bé{éá | 11000010100110100100001011000011101010010111101111000011101010011100001110100001 | c29a42c3a97bc3a9c3a1 |
UHC | ?B?{?? | 001111110100001000111111011110110011111100111111 | 3f423f7b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)