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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ツ静堕救\ | 1100001010010000110000111001000111000010100010110111111001011100 | c290c391c28b7e5c |
EUC-JP | ツ静堕救\ | 100011101100001011000000110001011100001011000100101101011101111101011100 | 8ec2c0c5c2c4b5df5c |
UTF-8 | ツ静堕救\ | 11101111101111101000001011101001100111011001100111100101101000001001010111100110100101011001000101011100 | efbe82e99d99e5a095e695915c |
UHC | ???救\ | 001111110011111100111111110011111010110101011100 | 3f3f3fcfad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)