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 | ??~??B | 001111110011111101111110001111110011111101000010 | 3f3f7e3f3f42 |
SJIS-WIN | 自治~治疾B | 10001110101010011000111010100001011111101000111010100001100011101011111001000010 | 8ea98ea17e8ea18ebe42 |
EUC-JP | 自治~治疾B | 10111100101010111011110010100011011111101011110010100011101111001100000001000010 | bcabbca37ebca3bcc042 |
UTF-8 | 自治~治疾B | 1110100010000111101010101110011010110010101110110111111011100110101100101011101111100111100101101011111001000010 | e887aae6b2bb7ee6b2bbe796be42 |
UHC | 自治~治疾B | 11101101101110111111011010111101011111101111011010111101111100101111000001000010 | edbbf6bd7ef6bdf2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)