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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 湜耳~ | 1111101101000111100011101010100001111110 | fb478ea87e |
EUC-JP | 湜耳~ | 100011111100011111111100101111001010101001111110 | 8fc7fcbcaa7e |
UTF-8 | 湜耳~ | 11100110101110011001110011101000100000001011001101111110 | e6b99ce880b37e |
UHC | 湜耳~ | 1110001111010111111011001011110001111110 | e3d7ecbc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)