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 | 墻ε?猥η? | 10011010110101001000001111000011001111111110000011001110100000111100010100111111 | 9ad483c33fe0ce83c53f |
EUC-JP | 墻ε?猥η? | 11010100110101101010011011000101001111111110000011010000101001101100011100111111 | d4d6a6c53fe0d0a6c73f |
UTF-8 | 墻εㅁ猥η뼻 | 11100101101000101011101111001110101101011110001110000101100000011110011110001100101001011100111010110111111010111011110010111011 | e5a2bbceb5e38581e78ca5ceb7ebbcbb |
UHC | 墻εㅁ猥η뼻 | 111011011101111110100101111001011010010010110001111010001110010110100101111001111001011010111110 | eddfa5e5a4b1e8e5a5e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)