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 | ÂiÂP | 110000101001111101101001110000101001000101010000 | c29f69c29150 |
SJIS-WIN | ??i??P | 001111110011111101101001001111110011111101010000 | 3f3f693f3f50 |
EUC-JP | Â?iÂ?P | 10001111101010101010010000111111011010011000111110101010101001000011111101010000 | 8faaa43f698faaa43f50 |
UTF-8 | ÂiÂP | 11000011100000101100001010011111011010011100001110000010110000101001000101010000 | c382c29f69c382c29150 |
UHC | ??i??P | 001111110011111101101001001111110011111101010000 | 3f3f693f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)