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 | 風?新 | 1001010110010111001111111001000001010110 | 95973f9056 |
EUC-JP | 風?新 | 1100100111110111001111111011111110110111 | c9f73fbfb7 |
UTF-8 | 風렏新 | 111010011010001010101000111010111010000010001111111001101001011010110000 | e9a2a8eba08fe696b0 |
UHC | 風렏新 | 111110011010011010001110101001011110001111100110 | f9a68ea5e3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)