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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逎矩エ」\ | 11100111101000111000101111101001101101001010001101011100 | e7a38be9b4a35c |
EUC-JP | 逎矩エ」\ | 111011101010010110110110111010111000111010110100100011101010001101011100 | eea5b6eb8eb48ea35c |
UTF-8 | 逎矩エ」\ | 11101001100000001000111011100111100111111010100111101111101111011011010011101111101111011010001101011100 | e9808ee79fa9efbdb4efbda35c |
UHC | ?矩??\ | 001111111100111110111011001111110011111101011100 | 3fcfbb3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)