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 | Au@` | 10010010010000010111010110010010010000001000110001100000 | 92417592408c60 |
SJIS-WIN | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
EUC-JP | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
UTF-8 | Au@` | 11000010100100100100000101110101110000101001001001000000110000101000110001100000 | c2924175c29240c28c60 |
UHC | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)