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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | セ゚縞シコc^ | 1011111011011111100011101100100010111100101110100110001101011110 | bedf8ec8bcba635e |
EUC-JP | セ゚縞シコc^ | 100011101011111010001110110111111011110011001010100011101011110010001110101110100110001101011110 | 8ebe8edfbcca8ebc8eba635e |
UTF-8 | セ゚縞シコc^ | 1110111110111101101111101110111110111110100111111110011110111000100111101110111110111101101111001110111110111101101110100110001101011110 | efbdbeefbe9fe7b89eefbdbcefbdba635e |
UHC | ??縞??c^ | 0011111100111111111110111101011000111111001111110110001101011110 | 3f3ffbd63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)