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 | ??§? | 00111111001111111010011100111111 | 3f3fa73f |
SJIS-WIN | 躱皺§貍 | 1110011101011101111000011011000010000001100110001110011010111100 | e75de1b08198e6bc |
EUC-JP | 躱皺§貍 | 1110110110111110111000101011001010100001111110001110110010111110 | edbee2b2a1f8ecbe |
UTF-8 | 躱皺§貍 | 1110100010111010101100011110011110011010101110101100001010100111111010001011001010001101 | e8bab1e79abac2a7e8b28d |
UHC | ?皺§? | 001111111111010111010100101000011101011100111111 | 3ff5d4a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)