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 | ú´[^ | 1111101010110100100111110101101101011110 | fab49f5b5e |
SJIS-WIN | ?´?[^ | 001111111000000101001100001111110101101101011110 | 3f814c3f5b5e |
EUC-JP | ú´?[^ | 1000111110101011111000101010000110101101001111110101101101011110 | 8fabe2a1ad3f5b5e |
UTF-8 | ú´[^ | 1100001110111010110000101011010011000010100111110101101101011110 | c3bac2b4c29f5b5e |
UHC | ?´?[^ | 001111111010001010100101001111110101101101011110 | 3fa2a53f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)