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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??σ??濾 | 0011111100111111100000111101000000111111001111111110000001101000 | 3f3f83d03f3fe068 |
| EUC-JP | ?寗σ雩磻濾 | 0011111110001111101110101110000010100110110100101000111111100110111110101000111111010000101110101101111111001001 | 3f8fbae0a6d28fe6fa8fd0badfc9 |
| UTF-8 | 뤶寗σ雩磻濾 | 1110101110100100101101101110010110101111100101111100111110000011111010011001101110101001111001111010001110111011111001101011111110111110 | eba4b6e5af97cf83e99ba9e7a3bbe6bfbe |
| UHC | 뤶寗σ雩磻濾 | 100011111110010011010010101111001010010111110010111010011110110011011010111100101101010111101011 | 8fe4d2bca5f2e9ecdaf2d5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)