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 | 隘槫調鬟エ | 111010001010010110011110111001011001001010110010111010011010001110110100 | e8a59ee592b2e9a3b4 |
EUC-JP | 隘槫調鬟エ | 11110000101001111101110011100111110001001011010011110010101001011000111010110100 | f0a7dce7c4b4f2a58eb4 |
UTF-8 | 隘槫調鬟エ | 111010011001101010011000111001101010011110101011111010001010101010111111111010011010110010011111111011111011110110110100 | e99a98e6a7abe8aabfe9ac9fefbdb4 |
UHC | 隘?調?? | 11100100111101100011111111110000111000000011111100111111 | e4f63ff0e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)