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 | 袱墓ス∝ク | 1110010111011110100101011110011010111101100000011110010110111000 | e5de95e6bd81e5b8 |
EUC-JP | 袱墓ス∝ク | 11101010111000001100101011101000100011101011110110100010111001111000111010111000 | eae0cae88ebda2e78eb8 |
UTF-8 | 袱墓ス∝ク | 111010001010001010110001111001011010001010010011111011111011110110111101111000101000100010011101111011111011110110111000 | e8a2b1e5a293efbdbde2889defbdb8 |
UHC | ?墓?∝? | 00111111110110011101011100111111101000011111000000111111 | 3fd9d73fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)