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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 弍樌弍樌^ | 100110001010111110011110111011001001100010101111100111101110110001011110 | 98af9eec98af9eec5e |
EUC-JP | 弍樌弍樌^ | 110100001011000111011100111011101101000010110001110111001110111001011110 | d0b1dceed0b1dcee5e |
UTF-8 | 弍樌弍樌^ | 11100101101111001000110111100110101010001000110011100101101111001000110111100110101010001000110001011110 | e5bc8de6a88ce5bc8de6a88c5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)