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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ慊「雹 | 110000111001110011000010101000101110100010111001 | c39cc2a2e8b9 |
EUC-JP | テ慊「雹 | 1000111011000011110110001100010010001110101000101111000010111011 | 8ec3d8c48ea2f0bb |
UTF-8 | テ慊「雹 | 111011111011111010000011111001101000010110001010111011111011110110100010111010011001101110111001 | efbe83e6858aefbda2e99bb9 |
UHC | ?慊?雹 | 001111111100110011000011001111111101101011011111 | 3fccc33fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)