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 | ティツ卍撮 | 11000011101010001100001010011001110000101000111001000010 | c3a8c299c28e42 |
EUC-JP | ティツ卍撮 | 10001110110000111000111010101000100011101100001011010010110001001011101110100011 | 8ec38ea88ec2d2c4bba3 |
UTF-8 | ティツ卍撮 | 111011111011111010000011111011111011110110101000111011111011111010000010111001011000110110001101111001101001001010101110 | efbe83efbda8efbe82e58d8de692ae |
UHC | ???卍撮 | 00111111001111110011111111011000101100111111010111001001 | 3f3f3fd8b3f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)