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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ「ツП | 1100001110100010110000101000010001010000 | c3a2c28450 |
EUC-JP | テ「ツП | 1000111011000011100011101010001010001110110000101010011110110001 | 8ec38ea28ec2a7b1 |
UTF-8 | テ「ツП | 1110111110111110100000111110111110111101101000101110111110111110100000101101000010011111 | efbe83efbda2efbe82d09f |
UHC | ???П | 0011111100111111001111111010110010110001 | 3f3f3facb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)