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 | 轢溽「朱し | 111001111000000010011111111001111010001010001110111010011000001010110101 | e7809fe7a28ee982b5 |
EUC-JP | 轢溽「朱し | 11101101111000001101111011101001100011101010001010111100111010111010010010110111 | ede0dee98ea2bceba4b7 |
UTF-8 | 轢溽「朱し | 111010001011110110100010111001101011101010111101111011111011110110100010111001101001110010110001111000111000000110010111 | e8bda2e6babdefbda2e69cb1e38197 |
UHC | 轢??朱し | 1101010111111001001111110011111111110001101110011010101010110111 | d5f93f3ff1b9aab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)