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 | û¬£N^ | 1111101110101100101000110100111001011110 | fbaca34e5e |
SJIS-WIN | ?£N^ | 00111111100000011100101010000001100100100100111001011110 | 3f81ca81924e5e |
EUC-JP | û¬£N^ | 100011111010101111100101101000101100110010100001111100100100111001011110 | 8fabe5a2cca1f24e5e |
UTF-8 | û¬£N^ | 1100001110111011110000101010110011000010101000110100111001011110 | c3bbc2acc2a34e5e |
UHC | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)