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 | ???繹蓆 | 00111111001111110011111111100011100010001110010011101100 | 3f3f3fe388e4ec |
EUC-JP | ???繹蓆 | 00111111001111110011111111100101111010001110100011101110 | 3f3f3fe5e8e8ee |
UTF-8 | 歷롛롔繹蓆 | 111011111010011010001100111010111010000110011011111010111010000110010100111001111011100110111001111010001001001110000110 | efa68ceba19beba194e7b9b9e89386 |
UHC | 歷롛롔繹蓆 | 11100110101110001000111011011111100011101101100011100110101110101110000010110110 | e6b88edf8ed8e6bae0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)