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 | ?擔 | 001111111001110101011110 | 3f9d5e |
EUC-JP | ?擔 | 001111111101100110111111 | 3fd9bf |
UTF-8 | 灐擔 | 111001111000000110010000111001101001001110010100 | e78190e69394 |
UHC | 灐擔 | 11111011101001011101001110111101 | fba5d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)