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 | í«ymí«ym^ | 1110110110011000101010110111100101101101111011011001100010101011011110010110110101011110 | ed98ab796ded98ab796d5e |
SJIS-WIN | ???ym???ym^ | 0011111100111111001111110111100101101101001111110011111100111111011110010110110101011110 | 3f3f3f796d3f3f3f796d5e |
EUC-JP | í??ymí??ym^ | 100011111010101110111111001111110011111101111001011011011000111110101011101111110011111100111111011110010110110101011110 | 8fabbf3f3f796d8fabbf3f3f796d5e |
UTF-8 | í«ymí«ym^ | 1100001110101101110000101001100011000010101010110111100101101101110000111010110111000010100110001100001010101011011110010110110101011110 | c3adc298c2ab796dc3adc298c2ab796d5e |
UHC | ???ym???ym^ | 0011111100111111001111110111100101101101001111110011111100111111011110010110110101011110 | 3f3f3f796d3f3f3f796d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)