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 | ?粃 | 001111111110001011100001 | 3fe2e1 |
EUC-JP | 雩粃 | 1000111111100110111110101110010011100011 | 8fe6fae4e3 |
UTF-8 | 雩粃 | 111010011001101110101001111001111011001010000011 | e99ba9e7b283 |
UHC | 雩粃 | 11101001111011001101110111111011 | e9ecddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)