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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 墻ε? | 1001101011010100100000111100001100111111 | 9ad483c33f |
EUC-JP | 墻ε? | 1101010011010110101001101100010100111111 | d4d6a6c53f |
UTF-8 | 墻ε뤀 | 1110010110100010101110111100111010110101111010111010010010000000 | e5a2bbceb5eba480 |
UHC | 墻ε뤀 | 111011011101111110100101111001011000111110110001 | eddfa5e58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)