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 | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
EUC-JP | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
UTF-8 | 쒔렜iLh쒔렜iL | 1110110010010010100101001110101110100000100111000110100101001100011010001110110010010010100101001110101110100000100111000110100101001100 | ec9294eba09c694c68ec9294eba09c694c |
UHC | 쒔렜iLh쒔렜iL | 10111110101011011000111010101110011010010100110001101000101111101010110110001110101011100110100101001100 | bead8eae694c68bead8eae694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)