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 | 瘟繹瘟繹^ | 111000011000100111100011100010001110000110001001111000111000100001011110 | e189e388e189e3885e |
EUC-JP | 瘟繹瘟繹^ | 111000011110100111100101111010001110000111101001111001011110100001011110 | e1e9e5e8e1e9e5e85e |
UTF-8 | 瘟繹瘟繹^ | 11100111100110001001111111100111101110011011100111100111100110001001111111100111101110011011100101011110 | e7989fe7b9b9e7989fe7b9b95e |
UHC | 瘟繹瘟繹^ | 111010001011000011100110101110101110100010110000111001101011101001011110 | e8b0e6bae8b0e6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)