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 | ツ脱ツ堕ー\ | 1100001010010010010001011100001010010001110000101011000001011100 | c29245c291c2b05c |
EUC-JP | ツ脱ツ堕ー\ | 1000111011000010110000111010011010001110110000101100001011000100100011101011000001011100 | 8ec2c3a68ec2c2c48eb05c |
UTF-8 | ツ脱ツ堕ー\ | 11101111101111101000001011101000100001001011000111101111101111101000001011100101101000001001010111101111101111011011000001011100 | efbe82e884b1efbe82e5a095efbdb05c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)