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 | 諤墓ス∝ク毅 | 11100110100000001001010111100110101111011000000111100101101110001000101101000010 | e68095e6bd81e5b88b42 |
EUC-JP | 諤墓ス∝ク毅 | 111010111110000011001010111010001000111010111101101000101110011110001110101110001011010110100011 | ebe0cae88ebda2e78eb8b5a3 |
UTF-8 | 諤墓ス∝ク毅 | 111010001010101110100100111001011010001010010011111011111011110110111101111000101000100010011101111011111011110110111000111001101010111110000101 | e8aba4e5a293efbdbde2889defbdb8e6af85 |
UHC | ?墓?∝?毅 | 001111111101100111010111001111111010000111110000001111111110101111110110 | 3fd9d73fa1f03febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)