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 | sð}sð{^ | 1001011101110011100101101111000001111101100101110111001110010110111100000111101101011110 | 977396f07d977396f07b5e |
SJIS-WIN | ?s??}?s??{^ | 0011111101110011001111110011111101111101001111110111001100111111001111110111101101011110 | 3f733f3f7d3f733f3f7b5e |
EUC-JP | ?s?ð}?s?ð{^ | 001111110111001100111111100011111010100111000011011111010011111101110011001111111000111110101001110000110111101101011110 | 3f733f8fa9c37d3f733f8fa9c37b5e |
UTF-8 | sð}sð{^ | 1100001010010111011100111100001010010110110000111011000001111101110000101001011101110011110000101001011011000011101100000111101101011110 | c29773c296c3b07dc29773c296c3b07b5e |
UHC | ?s?ð}?s?ð{^ | 00111111011100110011111110101001101000110111110100111111011100110011111110101001101000110111101101011110 | 3f733fa9a37d3f733fa9a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)