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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溝益溝 | 100011010110000110001001011101101000110101100001 | 8d6189768d61 |
EUC-JP | 溝益溝 | 101110011100001010110001110101111011100111000010 | b9c2b1d7b9c2 |
UTF-8 | 溝益溝 | 111001101011101010011101111001111001101110001010111001101011101010011101 | e6ba9de79b8ae6ba9d |
UHC | 溝益溝 | 110011111011010111101100110011001100111110110101 | cfb5eccccfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)