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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 潁鳰潁穢h | 100111111111000111101001111010101001111111110001111000100111000101101000 | 9ff1e9ea9ff1e27168 |
EUC-JP | 潁鳰潁穢h | 110111101111001111110010111011001101111011110011111000111101001001101000 | def3f2ecdef3e3d268 |
UTF-8 | 潁鳰潁穢h | 11100110101111011000000111101001101100111011000011100110101111011000000111100111101010011010001001101000 | e6bd81e9b3b0e6bd81e7a9a268 |
UHC | 潁?潁穢h | 1110011110111000001111111110011110111000111001111101101101101000 | e7b83fe7b8e7db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)