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 | 榮툹\ | 11100110101001101010111011101101100010001011100101011100 | e6a6aeed88b95c |
UHC | 榮툹\ | 1110011110110100101110010100110001011100 | e7b4b94c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)