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 | 隹韶}隹韶{^ | 1110100010110000111010001110111001111101111010001011000011101000111011100111101101011110 | e8b0e8ee7de8b0e8ee7b5e |
EUC-JP | 隹韶}隹韶{^ | 1111000010110010111100001111000001111101111100001011001011110000111100000111101101011110 | f0b2f0f07df0b2f0f07b5e |
UTF-8 | 隹韶}隹韶{^ | 111010011001101010111001111010011001111110110110011111011110100110011010101110011110100110011111101101100111101101011110 | e99ab9e99fb67de99ab9e99fb67b5e |
UHC | ?韶}?韶{^ | 001111111110000111010010011111010011111111100001110100100111101101011110 | 3fe1d27d3fe1d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)