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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 質鴕ァソ | 1111000010100111100011101011111111101001111101101010011110111111 | f0a78ebfe9f6a7bf |
EUC-JP | ?質鴕ァソ | 001111111011110011000001111100101111100010001110101001111000111010111111 | 3fbcc1f2f88ea78ebf |
UTF-8 | 質鴕ァソ | 111011101000000110100110111010001011001110101010111010011011010010010101111011111011110110100111111011111011110110111111 | ee81a6e8b3aae9b495efbda7efbdbf |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)