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 | 燿驗}燿驗{^ | 1110000010100000111010011000010001111101111000001010000011101001100001000111101101011110 | e0a0e9847de0a0e9847b5e |
EUC-JP | 燿驗}燿驗{^ | 1110000010100010111100011110010001111101111000001010001011110001111001000111101101011110 | e0a2f1e47de0a2f1e47b5e |
UTF-8 | 燿驗}燿驗{^ | 111001111000011110111111111010011010100110010111011111011110011110000111101111111110100110101001100101110111101101011110 | e787bfe9a9977de787bfe9a9977b5e |
UHC | 燿驗}燿驗{^ | 1110100011111100111110101101000001111101111010001111110011111010110100000111101101011110 | e8fcfad07de8fcfad07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)