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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謔滔ーェB | 11100110100000101001111111101011101100001010101001000010 | e6829febb0aa42 |
EUC-JP | 謔滔ーェB | 111010111110001011011110111011011000111010110000100011101010101001000010 | ebe2deed8eb08eaa42 |
UTF-8 | 謔滔ーェB | 11101000101011001001010011100110101110111001010011101111101111011011000011101111101111011010101001000010 | e8ac94e6bb94efbdb0efbdaa42 |
UHC | 謔滔??B | 11111001110011001101010010100101001111110011111101000010 | f9ccd4a53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)