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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ツ旦ツ堕ァ\ | 1100001010010010010101011100001010010001110000101010011101011100 | c29255c291c2a75c |
EUC-JP | ツ旦ツ堕ァ\ | 1000111011000010110000111011011010001110110000101100001011000100100011101010011101011100 | 8ec2c3b68ec2c2c48ea75c |
UTF-8 | ツ旦ツ堕ァ\ | 11101111101111101000001011100110100101111010011011101111101111101000001011100101101000001001010111101111101111011010011101011100 | efbe82e697a6efbe82e5a095efbda75c |
UHC | ?旦???\ | 00111111110100111010100100111111001111110011111101011100 | 3fd3a93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)