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 | 瑶瑙 | 11100000111101001110000011101101 | e0f4e0ed |
EUC-JP | 瑶瑙 | 11100000111101101110000011101111 | e0f6e0ef |
UTF-8 | 瑶瑙 | 111001111001000110110110111001111001000110011001 | e791b6e79199 |
UHC | ?瑙 | 001111111101001011000101 | 3fd2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)