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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ??輿~ | 0011111100111111100101110110000001111110 | 3f3f97607e |
EUC-JP | ??輿~ | 0011111100111111110011011100000101111110 | 3f3fcdc17e |
UTF-8 | 뤒츳輿~ | 11101011101001001001001011101100101110001011001111101000101111001011111101111110 | eba492ecb8b3e8bcbf7e |
UHC | 뤒츳輿~ | 10001111110000101100001111111101111001101010101101111110 | 8fc2c3fde6ab7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)