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 | 杓社杓社^ | 100011101101101110001110110100001000111011011011100011101101000001011110 | 8edb8ed08edb8ed05e |
EUC-JP | 杓社杓社^ | 101111001101110110111100110100101011110011011101101111001101001001011110 | bcddbcd2bcddbcd25e |
UTF-8 | 杓社杓社^ | 11100110100111011001001111100111101001001011111011100110100111011001001111100111101001001011111001011110 | e69d93e7a4bee69d93e7a4be5e |
UHC | 杓社杓社^ | 111110001111010111011110111001001111100011110101110111101110010001011110 | f8f5dee4f8f5dee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)