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 | ¼¼Ù^F | 101111001010110110111100110110010101111001000110 | bcadbcd95e46 |
SJIS-WIN | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
EUC-JP | ???Ù^F | 0011111100111111001111111000111110101010111000110101111001000110 | 3f3f3f8faae35e46 |
UTF-8 | ¼¼Ù^F | 11000010101111001100001010101101110000101011110011000011100110010101111001000110 | c2bcc2adc2bcc3995e46 |
UHC | ¼¼?^F | 101010001111100110100001101010011010100011111001001111110101111001000110 | a8f9a1a9a8f93f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)