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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 質鳧 | 111100001011001010001110101111111110100111101000 | f0b28ebfe9e8 |
EUC-JP | ?質鳧 | 0011111110111100110000011111001011101010 | 3fbcc1f2ea |
UTF-8 | 質鳧 | 111011101000000110110001111010001011001110101010111010011011001110100111 | ee81b1e8b3aae9b3a7 |
UHC | ?質鳧 | 0011111111110010111101011101110111000000 | 3ff2f5ddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)