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 | 謝偲\ | 1000111011010011100011101100001101011100 | 8ed38ec35c |
EUC-JP | 謝偲\ | 1011110011010101101111001100010101011100 | bcd5bcc55c |
UTF-8 | 謝偲\ | 11101000101011001001110111100101100000011011001001011100 | e8ac9de581b25c |
UHC | 謝?\ | 11011110111100110011111101011100 | def33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)