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 | ú´Je^ | 111110101011010010011111010010100110010101011110 | fab49f4a655e |
SJIS-WIN | ?´?Je^ | 00111111100000010100110000111111010010100110010101011110 | 3f814c3f4a655e |
EUC-JP | ú´?Je^ | 100011111010101111100010101000011010110100111111010010100110010101011110 | 8fabe2a1ad3f4a655e |
UTF-8 | ú´Je^ | 110000111011101011000010101101001100001010011111010010100110010101011110 | c3bac2b4c29f4a655e |
UHC | ?´?Je^ | 00111111101000101010010100111111010010100110010101011110 | 3fa2a53f4a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)