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 | 衆?\ | 10001111010011110011111101011100 | 8f4f3f5c |
EUC-JP | 衆?\ | 10111101101100000011111101011100 | bdb03f5c |
UTF-8 | 衆렒\ | 11101000101000011000011011101011101000001001001001011100 | e8a186eba0925c |
UHC | 衆렒\ | 1111000111101011100011101010011101011100 | f1eb8ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)