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 | 瞼皚 | 11100001110110011110000110101011 | e1d9e1ab |
EUC-JP | 瞼皚 | 11100010110110111110001010101101 | e2dbe2ad |
UTF-8 | 瞼皚 | 111001111001111010111100111001111001101010011010 | e79ebce79a9a |
UHC | 瞼? | 110011001010000100111111 | cca13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)