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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ツ敕卍堙ケE | 110000101001110111000011100110011100001010011010110000111011100101000101 | c29dc399c29ac3b945 |
EUC-JP | ツ敕卍堙ケE | 1000111011000010110110101100010111010010110001001101010011000101100011101011100101000101 | 8ec2dac5d2c4d4c58eb945 |
UTF-8 | ツ敕卍堙ケE | 11101111101111101000001011100110100101011001010111100101100011011000110111100101101000001001100111101111101111011011100101000101 | efbe82e69595e58d8de5a099efbdb945 |
UHC | ??卍??E | 00111111001111111101100010110011001111110011111101000101 | 3f3fd8b33f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)