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 | 茉??讐絅 | 1110010010011101001111110011111110001111010100011110001101000100 | e49d3f3f8f51e344 |
EUC-JP | 茉??讐絅 | 1110011111111101001111110011111110111101101100101110010110100101 | e7fd3f3fbdb2e5a5 |
UTF-8 | 茉롛렽讐絅 | 111010001000110010001001111010111010000110011011111010111010000010111101111010001010111010010000111001111011010110000101 | e88c89eba19beba0bde8ae90e7b585 |
UHC | 茉롛렽讐絅 | 11011000110010011000111011011111100011101100010111100010110000101100110011100111 | d8c98edf8ec5e2c2cce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)