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 | èh[èh[^ | 11101000011010000101101111101000011010000101101101011110 | e8685be8685b5e |
SJIS-WIN | ?h[?h[^ | 00111111011010000101101100111111011010000101101101011110 | 3f685b3f685b5e |
EUC-JP | èh[èh[^ | 1000111110101011101100100110100001011011100011111010101110110010011010000101101101011110 | 8fabb2685b8fabb2685b5e |
UTF-8 | èh[èh[^ | 110000111010100001101000010110111100001110101000011010000101101101011110 | c3a8685bc3a8685b5e |
UHC | ?h[?h[^ | 00111111011010000101101100111111011010000101101101011110 | 3f685b3f685b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)