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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ慊盆 | 1100001010011100110000101001011001111110 | c29cc2967e |
EUC-JP | ツ慊盆 | 100011101100001011011000110001001100101111011111 | 8ec2d8c4cbdf |
UTF-8 | ツ慊盆 | 111011111011111010000010111001101000010110001010111001111001101110000110 | efbe82e6858ae79b86 |
UHC | ?慊盆 | 0011111111001100110000111101110111001110 | 3fccc3ddce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)