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 | ツ)ツ〕 | 110000101000000101101010110000101000000101101100 | c2816ac2816c |
EUC-JP | ツ)ツ〕 | 1000111011000010101000011100101110001110110000101010000111001101 | 8ec2a1cb8ec2a1cd |
UTF-8 | ツ)ツ〕 | 111011111011111010000010111011111011110010001001111011111011111010000010111000111000000010010101 | efbe82efbc89efbe82e38095 |
UHC | ?)?〕 | 001111111010001110101001001111111010000110110011 | 3fa3a93fa1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)