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 | 雖ょ沁 | 111001011010101110000010111001011001111110001110 | e5ab82e59f8e |
EUC-JP | 雖ょ沁 | 111010101010110110100100111001111101110111101110 | eaada4e7ddee |
UTF-8 | 雖ょ沁 | 111010011001101110010110111000111000001010000111111001101011001010000001 | e99b96e38287e6b281 |
UHC | 雖ょ沁 | 111000101100110010101010111001111110001111111110 | e2ccaae7e3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)