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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蔟泌濫^ | 11100100111101011001010011100101100101111001010001011110 | e4f594e597945e |
EUC-JP | 蔟泌濫^ | 11101000111101111100100011100111110011011111010001011110 | e8f7c8e7cdf45e |
UTF-8 | 蔟泌濫^ | 11101000100101001001111111100110101100111000110011100110101111111010101101011110 | e8949fe6b38ce6bfab5e |
UHC | ?泌濫^ | 001111111111100110110010110101011011110101011110 | 3ff9b2d5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)