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 | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-WIN | 将ゥ^{将ゥ^s | 10001111101010111010100101011110011110111000111110101011101010010101111001110011 | 8faba95e7b8faba95e73 |
EUC-JP | 将ゥ^{将ゥ^s | 101111101010110110001110101010010101111001111011101111101010110110001110101010010101111001110011 | bead8ea95e7bbead8ea95e73 |
UTF-8 | 将ゥ^{将ゥ^s | 11100101101100001000011011101111101111011010100101011110011110111110010110110000100001101110111110111101101010010101111001110011 | e5b086efbda95e7be5b086efbda95e73 |
UHC | ??^{??^s | 0011111100111111010111100111101100111111001111110101111001110011 | 3f3f5e7b3f3f5e73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)