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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??沮 | 00111111001111111001111110011100 | 3f3f9f9c |
EUC-JP | ??沮 | 00111111001111111101110111111100 | 3f3fddfc |
UTF-8 | 罹렖沮 | 111011111010011110100110111010111010000010010110111001101011001010101110 | efa7a6eba096e6b2ae |
UHC | 罹렖沮 | 111011001011101010001110101010111110111011000001 | ecba8eabeec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)