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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 駭?i駭?iB | 111010010110111000111111011010011110100101101110001111110110100101000010 | e96e3f69e96e3f6942 |
EUC-JP | 駭?i駭?iB | 111100011100111100111111011010011111000111001111001111110110100101000010 | f1cf3f69f1cf3f6942 |
UTF-8 | 駭쿦i駭쿦iB | 111010011010011110101101111011001011111110100110011010011110100110100111101011011110110010111111101001100110100101000010 | e9a7adecbfa669e9a7adecbfa66942 |
UHC | 駭쿦i駭쿦iB | 1111101010110100101100110101100001101001111110101011010010110011010110000110100101000010 | fab4b35869fab4b3586942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)