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 | 100111111111000111100000011111011001111111110001111000100111000101101000 | 9ff1e07d9ff1e27168 |
EUC-JP | 潁烋潁穢h | 110111101111001111011111110111101101111011110011111000111101001001101000 | def3dfdedef3e3d268 |
UTF-8 | 潁烋潁穢h | 11100110101111011000000111100111100000111000101111100110101111011000000111100111101010011010001001101000 | e6bd81e7838be6bd81e7a9a268 |
UHC | 潁烋潁穢h | 111001111011100011111101110011101110011110111000111001111101101101101000 | e7b8fdcee7b8e7db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)