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 | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
SJIS-WIN | 叩R叩^B | 10010010010000000101001010010010010000000101111001000010 | 92405292405e42 |
EUC-JP | 叩R叩^B | 11000011101000010101001011000011101000010101111001000010 | c3a152c3a15e42 |
UTF-8 | 叩R叩^B | 111001011000111110101001010100101110010110001111101010010101111001000010 | e58fa952e58fa95e42 |
UHC | 叩R叩^B | 11001101101100000101001011001101101100000101111001000010 | cdb052cdb05e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)