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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | 雕晁、宣エャ@ | 11101000101110001001110111101000101001001001000011101001101101001010110001000000 | e8b89de8a490e9b4ac40 |
EUC-JP | 雕晁、宣エャ@ | 11110000101110101101101011101010100011101010010011000000111010111000111010110100100011101010110001000000 | f0badaea8ea4c0eb8eb48eac40 |
UTF-8 | 雕晁、宣エャ@ | 11101001100110111001010111100110100110011000000111101111101111011010010011100101101011101010001111101111101111011011010011101111101111011010110001000000 | e99b95e69981efbda4e5aea3efbdb4efbdac40 |
UHC | 雕晁?宣??@ | 11110000111001111111000011000101001111111110000010111110001111110011111101000000 | f0e7f0c53fe0be3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)