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 | ÀÂÁG | 1100000011000010110000011010110101000111 | c0c2c1ad47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ÀÂÁ?G | 1000111110101010101000101000111110101010101001001000111110101010101000010011111101000111 | 8faaa28faaa48faaa13f47 |
UTF-8 | ÀÂÁG | 110000111000000011000011100000101100001110000001110000101010110101000111 | c380c382c381c2ad47 |
UHC | ???G | 001111110011111100111111101000011010100101000111 | 3f3f3fa1a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)