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 | 111010001100111000111111011010011110100011001110001111110110100101000010 | e8ce3f69e8ce3f6942 |
EUC-JP | 靜?i靜?iB | 111100001101000000111111011010011111000011010000001111110110100101000010 | f0d03f69f0d03f6942 |
UTF-8 | 靜렗i靜렗iB | 111010011001110110011100111010111010000010010111011010011110100110011101100111001110101110100000100101110110100101000010 | e99d9ceba09769e99d9ceba0976942 |
UHC | 靜렗i靜렗iB | 1111000010100001100011101010110001101001111100001010000110001110101011000110100101000010 | f0a18eac69f0a18eac6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)