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 | 謐ィ荳磯嚶 | 111001101000110110101000111001001011100010001000111010011001101010001101 | e68da8e4b888e99a8d |
EUC-JP | 謐ィ荳磯嚶 | 11101011111011011000111010101000111010001011101010110000111010111101001111101101 | ebed8ea8e8bab0ebd3ed |
UTF-8 | 謐ィ荳磯嚶 | 111010001010110010010000111011111011110110101000111010001000110110110011111001111010001110101111111001011001101010110110 | e8ac90efbda8e88db3e7a3afe59ab6 |
UHC | 謐?荳磯? | 1101101011001101001111111101010011100101110100011011010000111111 | dacd3fd4e5d1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)