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 | 韶皮 | 11101000111011101001010011100111 | e8ee94e7 |
EUC-JP | 韶皮 | 11110000111100001100100011101001 | f0f0c8e9 |
UTF-8 | 韶皮 | 111010011001111110110110111001111001101010101110 | e99fb6e79aae |
UHC | 韶皮 | 11100001110100101111100110101011 | e1d2f9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)