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 | 勺社勺社^ | 100011101101100110001110110100001000111011011001100011101101000001011110 | 8ed98ed08ed98ed05e |
EUC-JP | 勺社勺社^ | 101111001101101110111100110100101011110011011011101111001101001001011110 | bcdbbcd2bcdbbcd25e |
UTF-8 | 勺社勺社^ | 11100101100010111011101011100111101001001011111011100101100010111011101011100111101001001011111001011110 | e58bbae7a4bee58bbae7a4be5e |
UHC | 勺社勺社^ | 111011011100001111011110111001001110110111000011110111101110010001011110 | edc3dee4edc3dee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)