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 | 中??廐^ | 10010010100001100011111100111111100110111111101101011110 | 92863f3f9bfb5e |
EUC-JP | 中??廐^ | 11000011111001100011111100111111110101101111110101011110 | c3e63f3fd6fd5e |
UTF-8 | 中쯔렚廐^ | 11100100101110001010110111101100101011111001010011101011101000001001101011100101101110111001000001011110 | e4b8adecaf94eba09ae5bb905e |
UHC | 中쯔렚廐^ | 111100011110100111000010111010101000111010101101110011111010101001011110 | f1e9c2ea8eadcfaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)