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 | ク骼ァ鴫 | 1111000111100101101110001110100110001110101001111000111010110000 | f1e5b8e98ea78eb0 |
EUC-JP | ?ク骼ァ鴫 | 001111111000111010111000111100011110111010001110101001111011110010110010 | 3f8eb8f1ee8ea7bcb2 |
UTF-8 | ク骼ァ鴫 | 111011101000010110100000111011111011110110111000111010011010101010111100111011111011110110100111111010011011010010101011 | ee85a0efbdb8e9aabcefbda7e9b4ab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)