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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔oМ謔 | 1110011010000010100000101000111110000100010011011110011010000010 | e682828f844de682 |
EUC-JP | 謔oМ謔 | 1110101111100010101000111110111110100111101011101110101111100010 | ebe2a3efa7aeebe2 |
UTF-8 | 謔oМ謔 | 1110100010101100100101001110111110111101100011111101000010011100111010001010110010010100 | e8ac94efbd8fd09ce8ac94 |
UHC | 謔oМ謔 | 1111100111001100101000111110111110101100101011101111100111001100 | f9cca3efacaef9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)