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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 軏祝 | 11111011101100101000111101101010 | fbb28f6a |
EUC-JP | 軏祝 | 1000111111100000110110011011110111001011 | 8fe0d9bdcb |
UTF-8 | 軏祝 | 111010001011101110001111111001111010010110011101 | e8bb8fe7a59d |
UHC | ?祝 | 001111111111010111100110 | 3ff5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)