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 | IV¡ | 100100100100100110010010010101101001000110100001 | 9249925691a1 |
SJIS-WIN | ?I?V?? | 001111110100100100111111010101100011111100111111 | 3f493f563f3f |
EUC-JP | ?I?V?¡ | 0011111101001001001111110101011000111111100011111010001011000010 | 3f493f563f8fa2c2 |
UTF-8 | IV¡ | 11000010100100100100100111000010100100100101011011000010100100011100001010100001 | c29249c29256c291c2a1 |
UHC | ?I?V?¡ | 00111111010010010011111101010110001111111010001010101110 | 3f493f563fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)