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 | 110000111010101111000010101001001100001010011001011011110100001001000110 | c3abc2a4c2996f4246 |
EUC-JP | テォツ、ツ冩BF | 1000111011000011100011101010101110001110110000101000111010100100100011101100001011010001110100000100001001000110 | 8ec38eab8ec28ea48ec2d1d04246 |
UTF-8 | テォツ、ツ冩BF | 1110111110111110100000111110111110111101101010111110111110111110100000101110111110111101101001001110111110111110100000101110010110000110101010010100001001000110 | efbe83efbdabefbe82efbda4efbe82e586a94246 |
UHC | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)