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 | ツ陳渉歎 | 11000010100100101100001010001111110000101001001001010110 | c292c28fc29256 |
EUC-JP | ツ陳渉歎 | 1000111011000010110001001100010010111110110001001100001110110111 | 8ec2c4c4bec4c3b7 |
UTF-8 | ツ陳渉歎 | 111011111011111010000010111010011001100110110011111001101011100010001001111001101010110110001110 | efbe82e999b3e6b889e6ad8e |
UHC | ?陳?歎 | 001111111111001011100111001111111111011110100111 | 3ff2e73ff7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)