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 | 灼社灼社^ | 100011101101110010001110110100001000111011011100100011101101000001011110 | 8edc8ed08edc8ed05e |
EUC-JP | 灼社灼社^ | 101111001101111010111100110100101011110011011110101111001101001001011110 | bcdebcd2bcdebcd25e |
UTF-8 | 灼社灼社^ | 11100111100000011011110011100111101001001011111011100111100000011011110011100111101001001011111001011110 | e781bce7a4bee781bce7a4be5e |
UHC | 灼社灼社^ | 111011011100011111011110111001001110110111000111110111101110010001011110 | edc7dee4edc7dee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)