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 | 褪捶 | 11100101111100101001110101111000 | e5f29d78 |
EUC-JP | 褪捶 | 11101010111101001101100111011001 | eaf4d9d9 |
UTF-8 | 褪捶 | 111010001010010010101010111001101000110110110110 | e8a4aae68db6 |
UHC | 褪? | 111101111101101100111111 | f7db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)