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 | 11100000110110111001100111111110111000001101110001000010 | e0db99fee0dc42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | àÛ?þàÜB | 1000111110101011101000101000111110101010111001010011111110001111101010011101000010001111101010111010001010001111101010101110010001000010 | 8faba28faae53f8fa9d08faba28faae442 |
UTF-8 | àÛþàÜB | 11000011101000001100001110011011110000101001100111000011101111101100001110100000110000111001110001000010 | c3a0c39bc299c3bec3a0c39c42 |
UHC | ???þ??B | 0011111100111111001111111010100110101101001111110011111101000010 | 3f3f3fa9ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)