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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 単短担鱈B | 100100100101000010010010010110101001001001010011100100100100110001000010 | 9250925a9253924c42 |
EUC-JP | 単短担鱈B | 110000111011000111000011101110111100001110110100110000111010110101000010 | c3b1c3bbc3b4c3ad42 |
UTF-8 | 単短担鱈B | 11100101100011011001100011100111100111111010110111100110100010111000010111101001101100011000100001000010 | e58d98e79fade68b85e9b18842 |
UHC | ?短??B | 001111111101001110101101001111110011111101000010 | 3fd3ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)