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???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | 将イM将ェ将ョ | 10001111101010111011001001001101100011111010101110101010100011111010101110101110 | 8fabb24d8fabaa8fabae |
EUC-JP | 将イM将ェ将ョ | 10111110101011011000111010110010010011011011111010101101100011101010101010111110101011011000111010101110 | bead8eb24dbead8eaabead8eae |
UTF-8 | 将イM将ェ将ョ | 11100101101100001000011011101111101111011011001001001101111001011011000010000110111011111011110110101010111001011011000010000110111011111011110110101110 | e5b086efbdb24de5b086efbdaae5b086efbdae |
UHC | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)