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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絖亥更 | 111000110100110010001000111001011000110101011000 | e34c88e58d58 |
EUC-JP | 絖亥更 | 111001011010110110110000111001111011100110111001 | e5adb0e7b9b9 |
UTF-8 | 絖亥更 | 111001111011010110010110111001001011101010100101111001101001101110110100 | e7b596e4baa5e69bb4 |
UHC | ?亥更 | 0011111111111010101001001100110011011010 | 3ffaa4ccda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)