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 | 貽社}貽社{^ | 1110011011000100100011101101000001111101111001101100010010001110110100000111101101011110 | e6c48ed07de6c48ed07b5e |
EUC-JP | 貽社}貽社{^ | 1110110011000110101111001101001001111101111011001100011010111100110100100111101101011110 | ecc6bcd27decc6bcd27b5e |
UTF-8 | 貽社}貽社{^ | 111010001011001010111101111001111010010010111110011111011110100010110010101111011110011110100100101111100111101101011110 | e8b2bde7a4be7de8b2bde7a4be7b5e |
UHC | 貽社}貽社{^ | 1110110011000010110111101110010001111101111011001100001011011110111001000111101101011110 | ecc2dee47decc2dee47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)