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 | 謝舎尺質蔔 | 10001110110100111000111011001001100011101101101010001110101111111110010011110111 | 8ed38ec98eda8ebfe4f7 |
EUC-JP | 謝舎尺質蔔 | 10111100110101011011110011001011101111001101110010111100110000011110100011111001 | bcd5bccbbcdcbcc1e8f9 |
UTF-8 | 謝舎尺質蔔 | 111010001010110010011101111010001000100010001110111001011011000010111010111010001011001110101010111010001001010010010100 | e8ac9de8888ee5b0bae8b3aae89494 |
UHC | 謝?尺質蔔 | 110111101111001100111111111101001010100111110010111101011101110011011011 | def33ff4a9f2f5dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)