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 | 100111111100011000111111011010011001111111000110001111110110100101000010 | 9fc63f699fc63f6942 |
EUC-JP | 淅?i淅?iB | 110111101100100000111111011010011101111011001000001111110110100101000010 | dec83f69dec83f6942 |
UTF-8 | 淅了i淅了iB | 111001101011011110000101111011111010011010111010011010011110011010110111100001011110111110100110101110100110100101000010 | e6b785efa6ba69e6b785efa6ba6942 |
UHC | 淅了i淅了iB | 1110000010110010111010001110011101101001111000001011001011101000111001110110100101000010 | e0b2e8e769e0b2e8e76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)