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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 夙[夙[^ | 10001111011001110101101110001111011001110101101101011110 | 8f675b8f675b5e |
EUC-JP | 夙[夙[^ | 10111101110010000101101110111101110010000101101101011110 | bdc85bbdc85b5e |
UTF-8 | 夙[夙[^ | 111001011010010010011001010110111110010110100100100110010101101101011110 | e5a4995be5a4995b5e |
UHC | 夙[夙[^ | 11100010110101000101101111100010110101000101101101011110 | e2d45be2d45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)