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 | ??M??f | 001111110011111101001101001111110011111101100110 | 3f3f4d3f3f66 |
SJIS-WIN | 将ゥM将「f | 1000111110101011101010010100110110001111101010111010001001100110 | 8faba94d8faba266 |
EUC-JP | 将ゥM将「f | 10111110101011011000111010101001010011011011111010101101100011101010001001100110 | bead8ea94dbead8ea266 |
UTF-8 | 将ゥM将「f | 1110010110110000100001101110111110111101101010010100110111100101101100001000011011101111101111011010001001100110 | e5b086efbda94de5b086efbda266 |
UHC | ??M??f | 001111110011111101001101001111110011111101100110 | 3f3f4d3f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)