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 | ú´³Q^ | 1111101010110100101100110101000101011110 | fab4b3515e |
SJIS-WIN | ?´?Q^ | 001111111000000101001100001111110101000101011110 | 3f814c3f515e |
EUC-JP | ú´?Q^ | 1000111110101011111000101010000110101101001111110101000101011110 | 8fabe2a1ad3f515e |
UTF-8 | ú´³Q^ | 1100001110111010110000101011010011000010101100110101000101011110 | c3bac2b4c2b3515e |
UHC | ?´³Q^ | 00111111101000101010010110101001111110000101000101011110 | 3fa2a5a9f8515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)