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 | 羌翫洲^ | 11100011101100111000101011100011100011110100011001011110 | e3b38ae38f465e |
EUC-JP | 羌翫洲^ | 11100110101101011011010011100101101111011010011101011110 | e6b5b4e5bda75e |
UTF-8 | 羌翫洲^ | 11100111101111101000110011100111101111111010101111100110101101001011001001011110 | e7be8ce7bfabe6b4b25e |
UHC | 羌翫洲^ | 11001011101101101110100011010001111100011011110101011110 | cbb6e8d1f1bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)