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 | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | テ、ツコツ坊BF | 110000111010010011000010101110101100001010010110010101100100001001000110 | c3a4c2bac296564246 |
EUC-JP | テ、ツコツ坊BF | 1000111011000011100011101010010010001110110000101000111010111010100011101100001011001011101101110100001001000110 | 8ec38ea48ec28eba8ec2cbb74246 |
UTF-8 | テ、ツコツ坊BF | 1110111110111110100000111110111110111101101001001110111110111110100000101110111110111101101110101110111110111110100000101110010110011101100010100100001001000110 | efbe83efbda4efbe82efbdbaefbe82e59d8a4246 |
UHC | ?????坊BF | 001111110011111100111111001111110011111111011011101010010100001001000110 | 3f3f3f3f3fdba94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)