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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????e9 | 0011111100111111001111110011111110000010100001011000001001011000 | 3f3f3f3f82858258 |
EUC-JP | ????e9 | 0011111100111111001111110011111110100011111001011010001110111001 | 3f3f3f3fa3e5a3b9 |
UTF-8 | 閱뤿툕璘e9 | 111010011001011010110001111010111010010010111111111011011000100010010101111011111010011110101111111011111011110110000101111011111011110010011001 | e996b1eba4bfed8895efa7afefbd85efbc99 |
UHC | 閱뤿툕璘e9 | 111001101111001110001111111010111011100010001100111011001101111010100011111001011010001110111001 | e6f38febb88cecdea3e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)