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¡K | 1001001001001001100100100101011010010001101000011001001001001011 | 9249925691a1924b |
SJIS-WIN | ?I?V???K | 0011111101001001001111110101011000111111001111110011111101001011 | 3f493f563f3f3f4b |
EUC-JP | ?I?V?¡?K | 00111111010010010011111101010110001111111000111110100010110000100011111101001011 | 3f493f563f8fa2c23f4b |
UTF-8 | IV¡K | 11000010100100100100100111000010100100100101011011000010100100011100001010100001110000101001001001001011 | c29249c29256c291c2a1c2924b |
UHC | ?I?V?¡?K | 001111110100100100111111010101100011111110100010101011100011111101001011 | 3f493f563fa2ae3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)