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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 謝蛇\ | 1000111011010011100011101101011001011100 | 8ed38ed65c |
EUC-JP | 謝蛇\ | 1011110011010101101111001101100001011100 | bcd5bcd85c |
UTF-8 | 謝蛇\ | 11101000101011001001110111101000100110111000011101011100 | e8ac9de89b875c |
UHC | 謝蛇\ | 1101111011110011110111101110111101011100 | def3deef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)