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 | 以模以模^ | 100010001100100010010110110011011000100011001000100101101100110101011110 | 88c896cd88c896cd5e |
EUC-JP | 以模以模^ | 101100001100101011001100110011111011000011001010110011001100111101011110 | b0cacccfb0cacccf5e |
UTF-8 | 以模以模^ | 11100100101110111010010111100110101010001010000111100100101110111010010111100110101010001010000101011110 | e4bba5e6a8a1e4bba5e6a8a15e |
UHC | 以模以模^ | 111011001010010011011001101111001110110010100100110110011011110001011110 | eca4d9bceca4d9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)