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 | 穽貅~ | 1110001001110110111001101011101001111110 | e276e6ba7e |
EUC-JP | 穽貅~ | 1110001111010111111011001011110001111110 | e3d7ecbc7e |
UTF-8 | 穽貅~ | 11100111101010011011110111101000101100101000010101111110 | e7a9bde8b2857e |
UHC | 穽?~ | 11101111111100000011111101111110 | eff03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)