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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蟶决}蟶决{^ | 1110010110111000100110010111001001111101111001011011100010011001011100100111101101011110 | e5b899727de5b899727b5e |
EUC-JP | 蟶决}蟶决{^ | 1110101010111010110100011101001101111101111010101011101011010001110100110111101101011110 | eabad1d37deabad1d37b5e |
UTF-8 | 蟶决}蟶决{^ | 111010001001111110110110111001011000011010110011011111011110100010011111101101101110010110000110101100110111101101011110 | e89fb6e586b37de89fb6e586b37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)