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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | ツ偲つアツイc^ | 11000010100011101100001110000010110000101011000111000010101100100110001101011110 | c28ec382c2b1c2b2635e |
EUC-JP | ツ偲つアツイc^ | 1000111011000010101111001100010110100100110001001000111010110001100011101100001010001110101100100110001101011110 | 8ec2bcc5a4c48eb18ec28eb2635e |
UTF-8 | ツ偲つアツイc^ | 1110111110111110100000101110010110000001101100101110001110000001101001001110111110111101101100011110111110111110100000101110111110111101101100100110001101011110 | efbe82e581b2e381a4efbdb1efbe82efbdb2635e |
UHC | ??つ???c^ | 001111110011111110101010110001000011111100111111001111110110001101011110 | 3f3faac43f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)