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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 淲汐Lh淲汐L | 1111101101000100100011101010110001001100011010001111101101000100100011101010110001001100 | fb448eac4c68fb448eac4c |
EUC-JP | ?汐Lh?汐L | 001111111011110010101110010011000110100000111111101111001010111001001100 | 3fbcae4c683fbcae4c |
UTF-8 | 淲汐Lh淲汐L | 111001101011011110110010111001101011000110010000010011000110100011100110101101111011001011100110101100011001000001001100 | e6b7b2e6b1904c68e6b7b2e6b1904c |
UHC | ?汐Lh?汐L | 001111111110000010110001010011000110100000111111111000001011000101001100 | 3fe0b14c683fe0b14c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)