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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陷・謔滓浤B | 11101000100111001010010111100110100000101001111111100110100111111011000101000010 | e89ca5e6829fe69fb142 |
EUC-JP | 陷・謔滓浤B | 1110111111111100100011101010010111101011111000101101111011101000110111101011001101000010 | effc8ea5ebe2dee8deb342 |
UTF-8 | 陷・謔滓浤B | 11101001100110011011011111101111101111011010010111101000101011001001010011100110101110111001001111100110101101011010010001000010 | e999b7efbda5e8ac94e6bb93e6b5a442 |
UHC | 陷?謔滓?B | 111110011110100000111111111110011100110011101110101010110011111101000010 | f9e83ff9cceeab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)