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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈キ雋倬ェ | 1110100011100111101101111110100010110010100110001110100110101010 | e8e7b7e8b298e9aa |
EUC-JP | 韈キ雋倬ェ | 11110000111010011000111010110111111100001011010011010000111010111000111010101010 | f0e98eb7f0b4d0eb8eaa |
UTF-8 | 韈キ雋倬ェ | 111010011001111110001000111011111011110110110111111010011001101110001011111001011000000010101100111011111011110110101010 | e99f88efbdb7e99b8be580acefbdaa |
UHC | ??雋倬? | 00111111001111111111000111100110111101101111000000111111 | 3f3ff1e6f6f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)