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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???疫 | 11100001100111110011111100111111001111111000100101110101 | e19f3f3f3f8975 |
EUC-JP | 癲???疫 | 11100010101000010011111100111111001111111011000111010110 | e2a13f3f3fb1d6 |
UTF-8 | 癲쑳띕늻疫 | 111001111001100110110010111011001001000110110011111010111001110110010101111010111000101010111011111001111001011010101011 | e799b2ec91b3eb9d95eb8abbe796ab |
UHC | 癲쑳띕늻疫 | 11101111101001101001110011001110101101101110101110001000100001001110011010111001 | efa69cceb6eb8884e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)