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 | 誾晟 | 11111011101001111001110111101110 | fba79dee |
EUC-JP | 誾晟 | 1000111111011110101001001101101011110000 | 8fdea4daf0 |
UTF-8 | 誾晟 | 111010001010101010111110111001101001100110011111 | e8aabee6999f |
UHC | 誾晟 | 11101011110111011110000011111001 | ebdde0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)