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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ崢慊廩^ | 1100001010011011110000101001110011000010100111000100100001011110 | c29bc29cc29c485e |
EUC-JP | ツ崢慊廩^ | 100011101100001011010110110001001101100011000100110101111010100101011110 | 8ec2d6c4d8c4d7a95e |
UTF-8 | ツ崢慊廩^ | 11101111101111101000001011100101101101001010001011100110100001011000101011100101101110111010100101011110 | efbe82e5b4a2e6858ae5bba95e |
UHC | ??慊?^ | 001111110011111111001100110000110011111101011110 | 3f3fccc33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)