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 | 塢贇}塢贇{^ | 1001101011000111111001101101010001111101100110101100011111100110110101000111101101011110 | 9ac7e6d47d9ac7e6d47b5e |
EUC-JP | 塢贇}塢贇{^ | 1101010011001001111011001101011001111101110101001100100111101100110101100111101101011110 | d4c9ecd67dd4c9ecd67b5e |
UTF-8 | 塢贇}塢贇{^ | 111001011010000110100010111010001011010010000111011111011110010110100001101000101110100010110100100001110111101101011110 | e5a1a2e8b4877de5a1a2e8b4877b5e |
UHC | 塢贇}塢贇{^ | 1110011111110001111010111100101101111101111001111111000111101011110010110111101101011110 | e7f1ebcb7de7f1ebcb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)