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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ツ陳房BF | 11000010100100101100001010010110010110110100001001000110 | c292c2965b4246 |
EUC-JP | ツ陳房BF | 1000111011000010110001001100010011001011101111000100001001000110 | 8ec2c4c4cbbc4246 |
UTF-8 | ツ陳房BF | 1110111110111110100000101110100110011001101100111110011010001000101111110100001001000110 | efbe82e999b3e688bf4246 |
UHC | ?陳房BF | 00111111111100101110011111011011101011100100001001000110 | 3ff2e7dbae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)