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 | ツ渉慊環、^ | 110000101000111111000010100111001100001010001010110000101010010001011110 | c28fc29cc28ac2a45e |
EUC-JP | ツ渉慊環、^ | 1000111011000010101111101100010011011000110001001011010011000100100011101010010001011110 | 8ec2bec4d8c4b4c48ea45e |
UTF-8 | ツ渉慊環、^ | 11101111101111101000001011100110101110001000100111100110100001011000101011100111100100101011000011101111101111011010010001011110 | efbe82e6b889e6858ae792b0efbda45e |
UHC | ??慊環?^ | 0011111100111111110011001100001111111100101110110011111101011110 | 3f3fccc3fcbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)