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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ篠「ツ敕 | 11000010100011101100001010100010110000101001110111000011 | c28ec2a2c29dc3 |
EUC-JP | ツ篠「ツ敕 | 10001110110000101011110011000100100011101010001010001110110000101101101011000101 | 8ec2bcc48ea28ec2dac5 |
UTF-8 | ツ篠「ツ敕 | 111011111011111010000010111001111010111110100000111011111011110110100010111011111011111010000010111001101001010110010101 | efbe82e7afa0efbda2efbe82e69595 |
UHC | ?篠??? | 001111111110000111000110001111110011111100111111 | 3fe1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)