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 | 謠冶ス鈴声 | 111001101000111110010110111010001011110110010111111010011001000010111010 | e68f96e8bd97e990ba |
EUC-JP | 謠冶ス鈴声 | 11101011111011111100110011101010100011101011110111001110111010111100000010111100 | ebefccea8ebdceebc0bc |
UTF-8 | 謠冶ス鈴声 | 111010001010110010100000111001011000011010110110111011111011110110111101111010011000100010110100111001011010001110110000 | e8aca0e586b6efbdbde988b4e5a3b0 |
UHC | 謠冶?鈴? | 1110100110101010111001011010011100111111110101101100001000111111 | e9aae5a73fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)