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 | 質鵈ァ」 | 1111000010111110100011101011111111101001111111001010011110100011 | f0be8ebfe9fca7a3 |
EUC-JP | ?質鵈ァ」 | 001111111011110011000001111100101111111010001110101001111000111010100011 | 3fbcc1f2fe8ea78ea3 |
UTF-8 | 質鵈ァ」 | 111011101000000110111101111010001011001110101010111010011011010110001000111011111011110110100111111011111011110110100011 | ee81bde8b3aae9b588efbda7efbda3 |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)