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 | 貊皺§貍 | 1110011010111011111000011011000010000001100110001110011010111100 | e6bbe1b08198e6bc |
EUC-JP | 貊皺§貍 | 1110110010111101111000101011001010100001111110001110110010111110 | ecbde2b2a1f8ecbe |
UTF-8 | 貊皺§貍 | 1110100010110010100010101110011110011010101110101100001010100111111010001011001010001101 | e8b28ae79abac2a7e8b28d |
UHC | 貊皺§? | 11011000111001111111010111010100101000011101011100111111 | d8e7f5d4a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)