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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ篠ァツ耕 | 11000010100011101100001010100111110000101000110101101011 | c28ec2a7c28d6b |
EUC-JP | ツ篠ァツ耕 | 10001110110000101011110011000100100011101010011110001110110000101011100111001100 | 8ec2bcc48ea78ec2b9cc |
UTF-8 | ツ篠ァツ耕 | 111011111011111010000010111001111010111110100000111011111011110110100111111011111011111010000010111010001000000010010101 | efbe82e7afa0efbda7efbe82e88095 |
UHC | ?篠??耕 | 00111111111000011100011000111111001111111100110011101001 | 3fe1c63f3fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)