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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ツ旦ツ堕ァ^ | 1100001010010010010101011100001010010001110000101010011101011110 | c29255c291c2a75e |
EUC-JP | ツ旦ツ堕ァ^ | 1000111011000010110000111011011010001110110000101100001011000100100011101010011101011110 | 8ec2c3b68ec2c2c48ea75e |
UTF-8 | ツ旦ツ堕ァ^ | 11101111101111101000001011100110100101111010011011101111101111101000001011100101101000001001010111101111101111011010011101011110 | efbe82e697a6efbe82e5a095efbda75e |
UHC | ?旦???^ | 00111111110100111010100100111111001111110011111101011110 | 3fd3a93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)