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 | 蝸泌濫^ | 11100101100101111001010011100101100101111001010001011110 | e59794e597945e |
EUC-JP | 蝸泌濫^ | 11101001111101111100100011100111110011011111010001011110 | e9f7c8e7cdf45e |
UTF-8 | 蝸泌濫^ | 11101000100111011011100011100110101100111000110011100110101111111010101101011110 | e89db8e6b38ce6bfab5e |
UHC | 蝸泌濫^ | 11101000110001001111100110110010110101011011110101011110 | e8c4f9b2d5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)