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 | ??服 | 00111111001111111001010110011110 | 3f3f959e |
EUC-JP | ?鷗服 | 001111111000111111101100101111111100100111111110 | 3f8fecbfc9fe |
UTF-8 | 긔鷗服 | 111010101011100010010100111010011011011110010111111001101001110010001101 | eab894e9b797e69c8d |
UHC | 긔鷗服 | 101100011110000111001111110011101101110011010111 | b1e1cfcedcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)