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 | 蟾舌o莉Н | 11100101101101111001000011100011100000101000111111100100101110111000010001001110 | e5b790e3828fe4bb844e |
EUC-JP | 蟾舌o莉Н | 11101010101110011100000011100101101000111110111111101000101111011010011110101111 | eab9c0e5a3efe8bda7af |
UTF-8 | 蟾舌o莉Н | 1110100010011111101111101110100010001000100011001110111110111101100011111110100010001110100010011101000010011101 | e89fbee8888cefbd8fe88e89d09d |
UHC | 蟾舌o莉Н | 11100000111010101110000011011111101000111110111111010111111010011010110010101111 | e0eae0dfa3efd7e9acaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)