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 | テ淞サツ孵 | 11000011100111111100001010111011110000101001101101111010 | c39fc2bbc29b7a |
EUC-JP | テ淞サツ孵 | 10001110110000111101111011000100100011101011101110001110110000101101010111011011 | 8ec3dec48ebb8ec2d5db |
UTF-8 | テ淞サツ孵 | 111011111011111010000011111001101011011110011110111011111011110110111011111011111011111010000010111001011010110110110101 | efbe83e6b79eefbdbbefbe82e5adb5 |
UHC | ?淞??孵 | 00111111111000011110011100111111001111111101110110100010 | 3fe1e73f3fdda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)