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 | 翕渧 | 11100011110000111111101101001000 | e3c3fb48 |
EUC-JP | 翕渧 | 1110011011000101100011111100011111101011 | e6c58fc7eb |
UTF-8 | 翕渧 | 111001111011111110010101111001101011100010100111 | e7bf95e6b8a7 |
UHC | 翕? | 111111011110100000111111 | fde83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)