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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 袱墓ス∝ク毅 | 11100101110111101001010111100110101111011000000111100101101110001000101101000010 | e5de95e6bd81e5b88b42 |
EUC-JP | 袱墓ス∝ク毅 | 111010101110000011001010111010001000111010111101101000101110011110001110101110001011010110100011 | eae0cae88ebda2e78eb8b5a3 |
UTF-8 | 袱墓ス∝ク毅 | 111010001010001010110001111001011010001010010011111011111011110110111101111000101000100010011101111011111011110110111000111001101010111110000101 | e8a2b1e5a293efbdbde2889defbdb8e6af85 |
UHC | ?墓?∝?毅 | 001111111101100111010111001111111010000111110000001111111110101111110110 | 3fd9d73fa1f03febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)