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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 榮?\ | 10011110110001000011111101011100 | 9ec43f5c |
EUC-JP | 榮?\ | 11011100110001100011111101011100 | dcc63f5c |
UTF-8 | 榮봥\ | 11100110101001101010111011101011101101001010010101011100 | e6a6aeebb4a55c |
UHC | 榮봥\ | 1110011110110100100101000110011101011100 | e7b494675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)