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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 辷イO迯 | 111001111000100010110010010011111110011110001101 | e788b24fe78d |
EUC-JP | 辷イO迯 | 11101101111010001000111010110010010011111110110111101101 | ede88eb24feded |
UTF-8 | 辷イO迯 | 11101000101111101011011111101111101111011011001001001111111010001011111110101111 | e8beb7efbdb24fe8bfaf |
UHC | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)