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 | ?孟 | 001111111001011011010000 | 3f96d0 |
EUC-JP | 洧孟 | 1000111111000111101101001100110011010010 | 8fc7b4ccd2 |
UTF-8 | 洧孟 | 111001101011010010100111111001011010110110011111 | e6b4a7e5ad9f |
UHC | 洧孟 | 11101010111110111101100011101011 | eafbd8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)