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 | 賊?縡?猥 | 1001000110101111001111111110001101110001001111111110000011001110 | 91af3fe3713fe0ce |
EUC-JP | 賊?縡?猥 | 1100001010110001001111111110010111010010001111111110000011010000 | c2b13fe5d23fe0d0 |
UTF-8 | 賊렠縡렞猥 | 111010001011001110001010111010111010000010100000111001111011100010100001111010111010000010011110111001111000110010100101 | e8b38aeba0a0e7b8a1eba09ee78ca5 |
UHC | 賊렠縡렞猥 | 11101110111001001000111010110001111011101010110110001110101011111110100011100101 | eee48eb1eead8eafe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)