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 | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
SJIS-WIN | 籵iLh籵iL | 111000101110000001101001010011000110100011100010111000000110100101001100 | e2e0694c68e2e0694c |
EUC-JP | 籵iLh籵iL | 111001001110001001101001010011000110100011100100111000100110100101001100 | e4e2694c68e4e2694c |
UTF-8 | 籵iLh籵iL | 1110011110110001101101010110100101001100011010001110011110110001101101010110100101001100 | e7b1b5694c68e7b1b5694c |
UHC | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)